com.espertech.esperio.representation.axiom
Class AxiomEventBean
java.lang.Object
com.espertech.esperio.representation.axiom.AxiomEventBean
- All Implemented Interfaces:
- com.espertech.esper.event.EventBean
public class AxiomEventBean
- extends Object
- implements com.espertech.esper.event.EventBean
EventBean wrapper for XML documents. Currently only instances of OMNode can
be used
- Author:
- Paul Fremantle
Constructor Summary |
AxiomEventBean(org.apache.axiom.om.OMNode event,
com.espertech.esper.event.EventType type)
Ctor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AxiomEventBean
public AxiomEventBean(org.apache.axiom.om.OMNode event,
com.espertech.esper.event.EventType type)
- Ctor.
- Parameters:
event
- is the node with event property informationtype
- is the event type for this event wrapper
getEventType
public com.espertech.esper.event.EventType getEventType()
- Specified by:
getEventType
in interface com.espertech.esper.event.EventBean
get
public Object get(String property)
throws com.espertech.esper.event.PropertyAccessException
- Specified by:
get
in interface com.espertech.esper.event.EventBean
- Throws:
com.espertech.esper.event.PropertyAccessException
getUnderlying
public Object getUnderlying()
- Specified by:
getUnderlying
in interface com.espertech.esper.event.EventBean