org.ow2.orchestra.util
Class JAXBUtils.JAXBDOMNodeAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<String,Node>
      extended by 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

Constructor Summary
JAXBUtils.JAXBDOMNodeAdapter()
           
 
Method Summary
 String marshal(Node value)
           
 Node unmarshal(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXBUtils.JAXBDOMNodeAdapter

public JAXBUtils.JAXBDOMNodeAdapter()
Method Detail

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.