Interface E3ApplicationResponse

All Superinterfaces:
E3RequestResponse

public interface E3ApplicationResponse extends E3RequestResponse
Defines an object that assists an E3 Application in sending a response to the HTTP or SOAP client. The E3 sub-process creates an E3ApplicationResponse object and passes it as an argument to the E3 Application's doGet or doPost service method.

For a SOAP client, the HTTP response headers will be mapped to the [OUT] headers parameter. Similarly, any HTTP response body will be sent as a SOAP response attachment. Any non-2xx status code will cause a SOAP Fault to be returned. The message for the SOAP Fault is taken from the response body.