public class Base64BinaryAdapter extends XmlAdapter<Base64BinaryElement,Attribute>
| Constructor and Description |
|---|
Base64BinaryAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Base64BinaryElement |
marshal(Attribute attribute) |
static Base64BinaryElement |
marshalFrom(Attribute attribute) |
Attribute |
unmarshal(Base64BinaryElement element) |
static Attribute |
unmarshalFrom(Base64BinaryElement element) |
public static Base64BinaryElement marshalFrom(Attribute attribute)
public static Attribute unmarshalFrom(Base64BinaryElement element)
public Base64BinaryElement marshal(Attribute attribute)
marshal in class XmlAdapter<Base64BinaryElement,Attribute>public Attribute unmarshal(Base64BinaryElement element)
unmarshal in class XmlAdapter<Base64BinaryElement,Attribute>This work is licensed under a Creative Commons Attribution 4.0 International License.