Uses of Class
net.esper.client.ConfigurationEventTypeXMLDOM

Packages that use ConfigurationEventTypeXMLDOM
net.esper.client This package defines the central Esper Client APIs. 
net.esper.event This package defines the Esper Client event API. 
net.esper.event.xml   
 

Uses of ConfigurationEventTypeXMLDOM in net.esper.client
 

Fields in net.esper.client with type parameters of type ConfigurationEventTypeXMLDOM
protected  Map<String,ConfigurationEventTypeXMLDOM> Configuration.eventTypesXMLDOM
          Map of event name and fully-qualified Java class name.
 

Methods in net.esper.client that return types with arguments of type ConfigurationEventTypeXMLDOM
 Map<String,ConfigurationEventTypeXMLDOM> Configuration.getEventTypesXMLDOM()
          Returns the mapping of event type alias to XML DOM event type information.
 

Methods in net.esper.client with parameters of type ConfigurationEventTypeXMLDOM
 void Configuration.addEventTypeAlias(String eventTypeAlias, ConfigurationEventTypeXMLDOM xmlDOMEventTypeDesc)
          Add an alias for an event type that represents org.w3c.dom.Node events.
 

Uses of ConfigurationEventTypeXMLDOM in net.esper.event
 

Methods in net.esper.event with parameters of type ConfigurationEventTypeXMLDOM
 void EventAdapterServiceImpl.addXMLDOMType(String eventTypeAlias, ConfigurationEventTypeXMLDOM configurationEventTypeXMLDOM)
          Add a configured XML DOM event type.
 

Uses of ConfigurationEventTypeXMLDOM in net.esper.event.xml
 

Constructors in net.esper.event.xml with parameters of type ConfigurationEventTypeXMLDOM
SchemaXMLEventType(ConfigurationEventTypeXMLDOM configurationEventTypeXMLDOM)
          Ctor.
SimpleXMLEventType(ConfigurationEventTypeXMLDOM configurationEventTypeXMLDOM)
          Ctor.