Click or drag to resize

EPRenderEventServiceRenderXML Method

Overload List
  NameDescription
Public methodRenderXML(String, EventBean)
Quick-access method to render a given event in the XML format.

Use the #getXMLRenderer to obtain a renderer instance that allows repeated rendering of the same type of event. For performance reasons obtaining a dedicated renderer instance is the preferred method compared to repeated rendering via this method.

Public methodRenderXML(String, EventBean, XMLRenderingOptions)
Quick-access method to render a given event in the XML format.

Use the #getXMLRenderer to obtain a renderer instance that allows repeated rendering of the same type of event. For performance reasons obtaining a dedicated renderer instance is the preferred method compared to repeated rendering via this method.

Top
See Also