org.ow2.orchestra.util
Class JAXBUtils.JAXBDefinitionsAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<SimpleCollectionWrapper<String>,Set<javax.wsdl.Definition>>
      extended by org.ow2.orchestra.util.JAXBUtils.JAXBDefinitionsAdapter
Enclosing class:
JAXBUtils

public static class JAXBUtils.JAXBDefinitionsAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<SimpleCollectionWrapper<String>,Set<javax.wsdl.Definition>>

Author:
Guillaume Porcher

Constructor Summary
JAXBUtils.JAXBDefinitionsAdapter()
           
 
Method Summary
 SimpleCollectionWrapper<String> marshal(Set<javax.wsdl.Definition> value)
           
 Set<javax.wsdl.Definition> unmarshal(SimpleCollectionWrapper<String> value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXBUtils.JAXBDefinitionsAdapter

public JAXBUtils.JAXBDefinitionsAdapter()
Method Detail

unmarshal

public Set<javax.wsdl.Definition> unmarshal(SimpleCollectionWrapper<String> value)
Specified by:
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<SimpleCollectionWrapper<String>,Set<javax.wsdl.Definition>>

marshal

public SimpleCollectionWrapper<String> marshal(Set<javax.wsdl.Definition> value)
Specified by:
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<SimpleCollectionWrapper<String>,Set<javax.wsdl.Definition>>


Copyright © 2011 OW2 Consortium. All Rights Reserved.