The C++ connector library provides the business-object-handler base class, BOHandlerCPP. This base class includes methods for handling request processing, including the doVerbFor() method. To create a business object handler, you must extend this business-object-handler base class and implement its virtual method doVerbFor(). For information specific to the C++ connector library, see Extending the C++ business-object-handler base class.