public class AxiomEventBean extends Object implements com.espertech.esper.client.EventBean
Constructor and Description |
---|
AxiomEventBean(org.apache.axiom.om.OMNode theEvent,
com.espertech.esper.client.EventType type)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Object |
get(String property) |
com.espertech.esper.client.EventType |
getEventType() |
Object |
getFragment(String propertyExpression) |
Object |
getUnderlying() |
public AxiomEventBean(org.apache.axiom.om.OMNode theEvent, com.espertech.esper.client.EventType type)
theEvent
- is the node with event property informationtype
- is the event type for this event wrapperpublic com.espertech.esper.client.EventType getEventType()
getEventType
in interface com.espertech.esper.client.EventBean
public Object get(String property) throws com.espertech.esper.client.PropertyAccessException
get
in interface com.espertech.esper.client.EventBean
com.espertech.esper.client.PropertyAccessException
public Object getUnderlying()
getUnderlying
in interface com.espertech.esper.client.EventBean