Develop > Presentation layer > Customize IBM Sales Center
Service request handlers
The IBM Sales Center service request extension point is the mechanism by which requests are made of the server and the request results are handled and the model is updated. The class that constructs the request and interprets the response is the request handler.
Each type of service request in the IBM Sales Center has its own service request handler.
To customize the Business Object Document (BOD) format, we will need to create a subclass and customize this class. All service request handlers are defined in the com.ibm.commerece.telesales.core.impl plug-in manifest file (plugin.xml). The plug-in manifest file has the list of service requests and the corresponding request handler class, as well as the communication service ID.
Related concepts
Related tasks
Add a new service request handler
Replace an existing service request handler
Extend an existing service request handler
Route an existing IBM Sales Center message to a new communication service
Related information
Business Object Documents long description