com.espertech.esperio.representation.axiom
Class AxionEventBeanFactory
java.lang.Object
com.espertech.esperio.representation.axiom.AxionEventBeanFactory
- All Implemented Interfaces:
- com.espertech.esper.plugin.PlugInEventBeanFactory
public class AxionEventBeanFactory
- extends Object
- implements com.espertech.esper.plugin.PlugInEventBeanFactory
A event bean factory implementation that understands Apache Axiom OMNode events
and that can look up the root element name to determine the right event type.
See AxiomEventRepresentation
for more details.
Method Summary |
com.espertech.esper.event.EventBean |
create(Object node,
URI resolutionURI)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AxionEventBeanFactory
public AxionEventBeanFactory(Map<String,AxiomXMLEventType> types)
- Ctor.
- Parameters:
types
- the currently known event type aliases and their types
create
public com.espertech.esper.event.EventBean create(Object node,
URI resolutionURI)
- Specified by:
create
in interface com.espertech.esper.plugin.PlugInEventBeanFactory