public CWConnectorBOHandler();
None.
A CWConnectorBOHandler object containing the newly created business-object-handler object.
The CWConnectorBOHandler() constructor creates an instance of the CWConnectorBOHandler class, to which business object definitions can refer for performing the tasks of verbs in business objects. Typically, a connector developer derives a class from CWConnectorBOHandler and implements the doVerbFor() method for this derived class. The developer can call the constructor of this derived class in the getConnectorBOHandlerForBO() method of the CWConnectorAgent class to instantiate one or more business object handlers.