org.ow2.orchestra.util
Class JAXBUtils.JAXBDOMDocumentAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,Document>
org.ow2.orchestra.util.JAXBUtils.JAXBDOMDocumentAdapter
- Enclosing class:
- JAXBUtils
public static class JAXBUtils.JAXBDOMDocumentAdapter
- extends javax.xml.bind.annotation.adapters.XmlAdapter<String,Document>
- Author:
- Guillaume Porcher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXBUtils.JAXBDOMDocumentAdapter
public JAXBUtils.JAXBDOMDocumentAdapter()
unmarshal
public Document unmarshal(String value)
- Specified by:
unmarshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<String,Document>
marshal
public String marshal(Document value)
- Specified by:
marshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<String,Document>
Copyright © 2011 OW2 Consortium. All Rights Reserved.