org.drools.xml.jaxb.util
Class JaxbListAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<JaxbListWrapper,List>
      extended by org.drools.xml.jaxb.util.JaxbListAdapter

public class JaxbListAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<JaxbListWrapper,List>


Constructor Summary
JaxbListAdapter()
           
 
Method Summary
 JaxbListWrapper marshal(List v)
           
 List unmarshal(JaxbListWrapper v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxbListAdapter

public JaxbListAdapter()
Method Detail

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-2013 JBoss Inc.. All Rights Reserved.