Drools :: Core 6.1.0.Beta1

org.drools.core.xml.jaxb.util
Class JaxbUnknownAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<Object,Object>
      extended by org.drools.core.xml.jaxb.util.JaxbUnknownAdapter

public class JaxbUnknownAdapter
extends XmlAdapter<Object,Object>


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

Constructor Detail

JaxbUnknownAdapter

public JaxbUnknownAdapter()
Method Detail

marshal

public Object marshal(Object o)
               throws Exception
Specified by:
marshal in class XmlAdapter<Object,Object>
Throws:
Exception

unmarshal

public Object unmarshal(Object o)
                 throws Exception
Specified by:
unmarshal in class XmlAdapter<Object,Object>
Throws:
Exception

Drools :: Core 6.1.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.