com.ptc.windchill.esi.evt
Class ESIEventRenderer

java.lang.Object
  extended by com.ptc.windchill.esi.evt.ESISoapRequestRenderer
      extended by com.ptc.windchill.esi.evt.ESIEventRenderer
All Implemented Interfaces:
SoapRequestRenderer

public final class ESIEventRenderer
extends ESISoapRequestRenderer

Default implementation for the SoapRequestRenderer interface. Converts an ESIEvent to a String representation of an XML document fragment.

Supported API: true

Extendable: false


Method Summary
protected  void validate()
          Make sure that the event is not null and that its validate() method is invoked.
 
Methods inherited from class com.ptc.windchill.esi.evt.ESISoapRequestRenderer
getEvent, setEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

validate

protected void validate()
                 throws ESIEventException
Make sure that the event is not null and that its validate() method is invoked.

Supported API: true

Throws:
ESIEventException