Class Base64BinaryAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<ddf.catalog.transformer.xml.binding.Base64BinaryElement,ddf.catalog.data.Attribute>
ddf.catalog.transformer.xml.adapter.Base64BinaryAdapter
public class Base64BinaryAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<ddf.catalog.transformer.xml.binding.Base64BinaryElement,ddf.catalog.data.Attribute>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionddf.catalog.transformer.xml.binding.Base64BinaryElementmarshal(ddf.catalog.data.Attribute attribute) static ddf.catalog.transformer.xml.binding.Base64BinaryElementmarshalFrom(ddf.catalog.data.Attribute attribute) ddf.catalog.data.Attributeunmarshal(ddf.catalog.transformer.xml.binding.Base64BinaryElement element) static ddf.catalog.data.AttributeunmarshalFrom(ddf.catalog.transformer.xml.binding.Base64BinaryElement element)
-
Constructor Details
-
Base64BinaryAdapter
public Base64BinaryAdapter()
-
-
Method Details
-
marshalFrom
public static ddf.catalog.transformer.xml.binding.Base64BinaryElement marshalFrom(ddf.catalog.data.Attribute attribute) -
unmarshalFrom
public static ddf.catalog.data.Attribute unmarshalFrom(ddf.catalog.transformer.xml.binding.Base64BinaryElement element) -
marshal
public ddf.catalog.transformer.xml.binding.Base64BinaryElement marshal(ddf.catalog.data.Attribute attribute) - Specified by:
marshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<ddf.catalog.transformer.xml.binding.Base64BinaryElement,ddf.catalog.data.Attribute>
-
unmarshal
public ddf.catalog.data.Attribute unmarshal(ddf.catalog.transformer.xml.binding.Base64BinaryElement element) - Specified by:
unmarshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<ddf.catalog.transformer.xml.binding.Base64BinaryElement,ddf.catalog.data.Attribute>
-