public class AttributeAdapter extends XmlAdapter<AbstractAttributeType,Attribute>
| Constructor and Description |
|---|
AttributeAdapter() |
AttributeAdapter(MetacardType metacardType) |
| Modifier and Type | Method and Description |
|---|---|
AbstractAttributeType |
marshal(Attribute attribute) |
Attribute |
unmarshal(AbstractAttributeType element) |
public AttributeAdapter()
public AttributeAdapter(MetacardType metacardType)
public AbstractAttributeType marshal(Attribute attribute) throws CatalogTransformerException
marshal in class XmlAdapter<AbstractAttributeType,Attribute>CatalogTransformerExceptionpublic Attribute unmarshal(AbstractAttributeType element) throws CatalogTransformerException, TransformerException, JAXBException, org.jvnet.ogc.gml.v_3_1_1.jts.ConversionFailedException
unmarshal in class XmlAdapter<AbstractAttributeType,Attribute>CatalogTransformerExceptionTransformerExceptionJAXBExceptionorg.jvnet.ogc.gml.v_3_1_1.jts.ConversionFailedExceptionThis work is licensed under a Creative Commons Attribution 4.0 International License.