com.ptc.windchill.esi.evt
Interface SoapRequestRenderer

All Known Implementing Classes:
ESISoapRequestRenderer

public interface SoapRequestRenderer

Declares the methods that ESI SOAP request renderers must implement.

Supported API: true

Extendable: false


Method Summary
 String asSoapRequest()
          Every implementaton of this interface must be able to render a SOAP formatted XML request string.
 void setEvent(ESIEvent event)
          Demand that all renderers are stateful and provide a setter for the event object.
 

Method Detail

asSoapRequest

public String asSoapRequest()
                     throws ESIEventException
Every implementaton of this interface must be able to render a SOAP formatted XML request string.

Supported API: true

Returns:
String
Throws:
ESIEventException

setEvent

public void setEvent(ESIEvent event)
Demand that all renderers are stateful and provide a setter for the event object.

Supported API: false

Parameters:
event -