com.espertech.esperio.representation.axiom
Class AxionEventSender

java.lang.Object
  extended by com.espertech.esperio.representation.axiom.AxionEventSender
All Implemented Interfaces:
com.espertech.esper.client.EventSender

public class AxionEventSender
extends Object
implements com.espertech.esper.client.EventSender

A event sender implementation that understands Apache Axiom OMNode events and checks that the root element name matches the expected event type's root element name.

See AxiomEventRepresentation for more details.


Constructor Summary
AxionEventSender(AxiomXMLEventType eventType, com.espertech.esper.core.EPRuntimeEventSender runtimeEventSender)
          Ctor.
 
Method Summary
 void sendEvent(Object node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxionEventSender

public AxionEventSender(AxiomXMLEventType eventType,
                        com.espertech.esper.core.EPRuntimeEventSender runtimeEventSender)
Ctor.

Parameters:
eventType - the axiom event metadata
runtimeEventSender - the sender to send events into
Method Detail

sendEvent

public void sendEvent(Object node)
Specified by:
sendEvent in interface com.espertech.esper.client.EventSender

© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com