public class JaxbNodeValueAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<JaxbNodeValue,NodeValue>
Node
objects. Performs conversion
between Node
and JaxbNode
instances.Node
,
JaxbNode
Constructor and Description |
---|
JaxbNodeValueAdapter() |
Modifier and Type | Method and Description |
---|---|
JaxbNodeValue |
marshal(NodeValue nodeValue) |
NodeValue |
unmarshal(JaxbNodeValue nodeValue) |
public JaxbNodeValue marshal(NodeValue nodeValue) throws java.lang.Exception
marshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<JaxbNodeValue,NodeValue>
java.lang.Exception
public NodeValue unmarshal(JaxbNodeValue nodeValue) throws java.lang.Exception
unmarshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<JaxbNodeValue,NodeValue>
java.lang.Exception