Verb processing

The connector processes business objects passed to it by a collaboration based on the verb for each business object. The connector uses business object handlers and the doForVerb() method to process the business objects that the connector supports. The only business object verb supported by the connector is the Create verb.

The business objects are delivered asynchronously. A message is created from the business object and then written to the output queue. If the message is delivered to the queue, the connector returns BON_SUCCESS, else BON_FAIL.

Note:
The connector has no way of verifying whether the message is received by the trading partner or if action has been taken.

Copyright IBM Corp. 1997, 2004