Verb processing

The connector processes business objects 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 connector supports the following business object verbs:

Note:
Business objects with Create, Update, and Delete verbs can be issued asynchronously only. The default mode is asynchronous; synchronous processing is not supported.

Create, update, and delete

The delivery mode for business objects with Create, Update, and Delete verbs is asynchronous. A message is created from the business object using a data handler and then written to the output queue. If the message is delivered, the connector returns SUCCESS.

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

Copyright IBM Corp. 1997, 2003