com.ptc.windchill.esi.evt
Interface SoapRequestRenderer

All Known Implementing Classes:
ESIEventRenderer, 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.
 

Method Detail

asSoapRequest

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