Class JaxbNodeValueAdapter


  • public class JaxbNodeValueAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<JaxbNodeValue,​NodeValue>
    The adapter class for JAXB marshalling/unmarshalling of Node objects. Performs conversion between Node and JaxbNode instances.
    See Also:
    Node, JaxbNode
    • Constructor Detail

      • JaxbNodeValueAdapter

        public JaxbNodeValueAdapter()
    • Method Detail

      • marshal

        public JaxbNodeValue marshal​(NodeValue nodeValue)
                              throws java.lang.Exception
        Specified by:
        marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<JaxbNodeValue,​NodeValue>
        Throws:
        java.lang.Exception
      • unmarshal

        public NodeValue unmarshal​(JaxbNodeValue nodeValue)
                            throws java.lang.Exception
        Specified by:
        unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<JaxbNodeValue,​NodeValue>
        Throws:
        java.lang.Exception