Package com.arbortext.e3
Interface E3ApplicationResponse
- All Superinterfaces:
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.
-
Field Summary
Fields inherited from interface com.arbortext.e3.E3RequestResponse
STATE_FILE, STATE_FILE_DELETE, STATE_MAXIMUM, STATE_MINIMUM, STATE_PAGE, STATE_REDIRECT, STATE_SC, STATE_SC_MSG -
Method Summary
Methods inherited from interface com.arbortext.e3.E3RequestResponse
addDateHeader, addHeader, addIntHeader, containsHeader, getAlternateArchiveFlag, getArchiveFlag, getCharacterEncoding, getCode, getHeaderNames, getHeaderValues, getLocale, getOutputFile, getRecycleSubprocessFlag, getState, getString, hasFileResult, hasStringResult, reset, sendError, sendError, sendRedirect, setAlternateArchiveFlag, setArchiveFlag, setContentLength, setContentType, setDateHeader, setHeader, setIntHeader, setLocale, setOutputFile, setOutputPage, setOutputPath, setRecycleSubprocessFlag, setStatus