The ReturnStatusDescriptor class enables low-level Java connectors to return error and informational messages in a return-status descriptor. It is part of the CxCommon package. This return-status descriptor provides additional status information is usually returned as part of the request response sent to the integration broker.
If your business integration system uses InterChange Server, the connector framework returns the return-status descriptor to the collaboration that initiated the request. The collaboration can access the information in this return-status descriptor to obtain the status of its service call request.
Table 158 summarizes the methods in the ReturnStatusDescriptor class.
Member method | Description | Page |
---|---|---|
getErrorString() | Retrieves the error message from the object. | getErrorString() |
getStatus() | Retrieves the status of the requested operation. | getStatus() |
setErrorString() | Sets the error message into the object. | setErrorString() |
setStatus() | Sets the status of the requested operation. | setStatus() |