|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.event.EventSenderXMLDOM
public class EventSenderXMLDOM
Event sender for XML DOM-backed events.
Allows sending only event objects of type Node or Document, does check the root name of the XML document which must match the event type root name as configured. Any other event object generates an error.
Constructor Summary | |
---|---|
EventSenderXMLDOM(EPRuntimeEventSender runtimeEventSender,
BaseXMLEventType baseXMLEventType)
Ctor. |
Method Summary | |
---|---|
void |
sendEvent(Object node)
Processes the event object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventSenderXMLDOM(EPRuntimeEventSender runtimeEventSender, BaseXMLEventType baseXMLEventType)
runtimeEventSender
- for processing eventsbaseXMLEventType
- the event typeMethod Detail |
---|
public void sendEvent(Object node) throws EPException
EventSender
sendEvent
in interface EventSender
node
- to process
EPException
- if a runtime error occured.
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |