public class DocumentTypeAdapter extends XmlAdapter<AdaptedDocumentType,DocumentType>
| Constructor and Description |
|---|
DocumentTypeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
AdaptedDocumentType |
marshal(DocumentType original) |
DocumentType |
unmarshal(AdaptedDocumentType adapted) |
public DocumentType unmarshal(AdaptedDocumentType adapted) throws Exception
unmarshal in class XmlAdapter<AdaptedDocumentType,DocumentType>Exceptionpublic AdaptedDocumentType marshal(DocumentType original) throws Exception
marshal in class XmlAdapter<AdaptedDocumentType,DocumentType>ExceptionCopyright © 2013–2020. All rights reserved.