Uses of Interface
com.espertech.esper.client.util.XMLEventRenderer

Packages that use XMLEventRenderer
com.espertech.esper.client.util This package contains utilities for events, specifically rendering of events in JSON and XML formats. 
com.espertech.esper.dataflow.ops Data flow built-in operators. 
com.espertech.esper.event.util Utilities around event rendering are here. 
 

Uses of XMLEventRenderer in com.espertech.esper.client.util
 

Methods in com.espertech.esper.client.util that return XMLEventRenderer
 XMLEventRenderer EventRenderer.getXMLRenderer(EventType eventType)
          Returns a render for the XML format, valid only for the given event type and its subtypes.
 XMLEventRenderer EventRenderer.getXMLRenderer(EventType eventType, XMLRenderingOptions options)
          Returns a render for the XML format, valid only for the given event type and its subtypes.
 

Uses of XMLEventRenderer in com.espertech.esper.dataflow.ops
 

Methods in com.espertech.esper.dataflow.ops that return XMLEventRenderer
protected  XMLEventRenderer LogSink.ConsoleOpRendererXmlJSon.getXmlRenderer(EventType eventType)
           
 

Uses of XMLEventRenderer in com.espertech.esper.event.util
 

Classes in com.espertech.esper.event.util that implement XMLEventRenderer
 class XMLRendererImpl
          Renderer for XML-formatted properties.
 

Methods in com.espertech.esper.event.util that return XMLEventRenderer
 XMLEventRenderer EventRendererImpl.getXMLRenderer(EventType eventType)
          Returns a render for the XML format, valid only for the given event type and its subtypes.
 XMLEventRenderer EventRendererImpl.getXMLRenderer(EventType eventType, XMLRenderingOptions options)
          Returns a render for the XML format, valid only for the given event type and its subtypes.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com