public class JaxbEventAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<JaxbEvent,Event>
Event
Performs conversion between Event and JaxbEvent instances.
JaxbEvent
JaxbEventAdapter()
marshal(Event event)
unmarshal(JaxbEvent jaxbEvent)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JaxbEventAdapter()
public JaxbEvent marshal(Event event) throws java.lang.Exception
marshal
javax.xml.bind.annotation.adapters.XmlAdapter<JaxbEvent,Event>
java.lang.Exception
public Event unmarshal(JaxbEvent jaxbEvent) throws java.lang.Exception
unmarshal