public class MetacardTypeAdapter extends XmlAdapter<String,MetacardType>
| Constructor and Description |
|---|
MetacardTypeAdapter() |
MetacardTypeAdapter(List<MetacardType> types) |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(MetacardType type) |
MetacardType |
unmarshal(String typeName) |
public MetacardTypeAdapter(List<MetacardType> types)
public MetacardTypeAdapter()
public String marshal(MetacardType type) throws CatalogTransformerException
marshal in class XmlAdapter<String,MetacardType>CatalogTransformerExceptionpublic MetacardType unmarshal(String typeName) throws CatalogTransformerException
unmarshal in class XmlAdapter<String,MetacardType>CatalogTransformerExceptionThis work is licensed under a Creative Commons Attribution 4.0 International License.