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)
marshal
javax.xml.bind.annotation.adapters.XmlAdapter<JaxbEvent,Event>
public Event unmarshal(JaxbEvent jaxbEvent)
unmarshal