Invokes the business object handler to perform the action specified by the active verb in the business object.
public int doVerbFor(ReturnStatusDescriptor rtnObj);
An integer that specifies the outcome status of the verb operation.
The execution of this method sets the passed-in parameter with the error or informational message. The message is then sent back to the integration broker.
The business object provides all the operations for the verbs that the business object definition supports.
The active verb is one of the list of verbs that the business object definition contains. To determine the active verb for a business object, you can use the getVerb() method.
See also the descriptions of the getVerb() and setVerb() methods and the BusinessObjectInterface interface.