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