org.ow2.orchestra.util
Class JAXBUtils.JAXBDefinitionsAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<SimpleCollectionWrapper<String>,Set<javax.wsdl.Definition>>
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXBUtils.JAXBDefinitionsAdapter
public JAXBUtils.JAXBDefinitionsAdapter()
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.