org.drools.xml.jaxb.util
Class JaxbCollectionAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<JaxbListWrapper,Collection>
org.drools.xml.jaxb.util.JaxbCollectionAdapter
public class JaxbCollectionAdapter
- extends javax.xml.bind.annotation.adapters.XmlAdapter<JaxbListWrapper,Collection>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxbCollectionAdapter
public JaxbCollectionAdapter()
marshal
public JaxbListWrapper marshal(Collection v)
throws Exception
- Specified by:
marshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<JaxbListWrapper,Collection>
- Throws:
Exception
unmarshal
public Collection unmarshal(JaxbListWrapper v)
throws Exception
- Specified by:
unmarshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<JaxbListWrapper,Collection>
- Throws:
Exception
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.