com.ptc.windchill.esi.evt
Class ESIEventRenderer
java.lang.Object
com.ptc.windchill.esi.evt.ESISoapRequestRenderer
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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