org.ow2.orchestra.util
Class JAXBUtils.JAXBDOMDocumentAdapter

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

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

Constructor Detail

JAXBUtils.JAXBDOMDocumentAdapter

public JAXBUtils.JAXBDOMDocumentAdapter()
Method Detail

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.