Click or drag to resize

EventBeanService Methods

The EventBeanService type exposes the following members.

Methods
  NameDescription
Public methodAdapterForAvro
Construct an event bean for a given Avro GenericData.Record using the event type name to look up the Avro event type
Public methodAdapterForBean
Construct an event bean for a given bean (Object) using the class of the object to determine the Bean-only event type (not for Map/Object-Array/Avro/XML events)
Public methodAdapterForDOM
Construct an event bean for a given XML-DOM using the node root node name to look up the XML-DOM event type
Public methodAdapterForMap
Public methodAdapterForObjectArray
Construct an event bean for a given Object-Array using the event type name to look up the Object-Array event type
Public methodAdapterForTypedAvro
Construct an event bean for a given Avro GenericData.Record and given the Avro-event-type
Public methodAdapterForTypedDOM
Construct an event bean for a given Node and given the XML-event-type
Public methodAdapterForTypedMap
Public methodAdapterForTypedObject
Construct an event bean for a given bean (Object) and given the Bean-event-type
Public methodAdapterForTypedObjectArray
Construct an event bean for a given Object-Array and given the Object-Array-event-type
Public methodGetExistsTypeByName
Look up an event type by name,
Top
See Also