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