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