public class AxiomEventRepresentation
extends java.lang.Object
implements com.espertech.esper.plugin.PlugInEventRepresentation
Allows direct querying of org.apache.axiom.OMDocument and org.apache.axiom.om.OMNode objects via properties that are translated into XPath.
Constructor and Description |
---|
AxiomEventRepresentation() |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptsEventBeanResolution(com.espertech.esper.plugin.PlugInEventBeanReflectorContext context) |
boolean |
acceptsType(com.espertech.esper.plugin.PlugInEventTypeHandlerContext acceptTypeContext) |
com.espertech.esper.plugin.PlugInEventBeanFactory |
getEventBeanFactory(com.espertech.esper.plugin.PlugInEventBeanReflectorContext uri) |
com.espertech.esper.plugin.PlugInEventTypeHandler |
getTypeHandler(com.espertech.esper.plugin.PlugInEventTypeHandlerContext eventTypeContext) |
void |
init(com.espertech.esper.plugin.PlugInEventRepresentationContext eventRepresentationContext) |
public void init(com.espertech.esper.plugin.PlugInEventRepresentationContext eventRepresentationContext)
init
in interface com.espertech.esper.plugin.PlugInEventRepresentation
public boolean acceptsType(com.espertech.esper.plugin.PlugInEventTypeHandlerContext acceptTypeContext)
acceptsType
in interface com.espertech.esper.plugin.PlugInEventRepresentation
public com.espertech.esper.plugin.PlugInEventTypeHandler getTypeHandler(com.espertech.esper.plugin.PlugInEventTypeHandlerContext eventTypeContext)
getTypeHandler
in interface com.espertech.esper.plugin.PlugInEventRepresentation
public boolean acceptsEventBeanResolution(com.espertech.esper.plugin.PlugInEventBeanReflectorContext context)
acceptsEventBeanResolution
in interface com.espertech.esper.plugin.PlugInEventRepresentation
public com.espertech.esper.plugin.PlugInEventBeanFactory getEventBeanFactory(com.espertech.esper.plugin.PlugInEventBeanReflectorContext uri)
getEventBeanFactory
in interface com.espertech.esper.plugin.PlugInEventRepresentation