Before the doVerbFor() method exits, it must prepare the response it sends back to the connector framework. This response indicates the success (or lack thereof) of the verb processing. The connector framework, which has invoked doVerbFor(), uses this information to determine its next action and to build the response it returns to the integration broker.
The doVerbFor() method can provide the response information in Table 44 to the connector framework.
Table 44. Response information from the doVerbFor() method
For information on how to send this response information for a Java connector, see Sending the verb-processing response."Sending the verb-processing response" on page 179.