Viewing Handler Page

The Handler page defines the Application Class that provides the processing logic for the service operation.

To view service operation handler information, click the Handlers tab. Doing so displays the Service Operations - Handlers page (IB_SERVICEHDLR) which lists summary information about handlers that have been added to an operation.

Each REST-based provider service operation has a single handler; REST-based consumer service operations do not have handlers.

Note:

There are no handlers for REST-based consumer service operations and the Handler tab does not appear when you view and work with consumer REST service operations.

The only handler Type available for provider REST services is the OnRequest handler. When working with REST provider service operations you can implement the OnRequest handler as an application class only. The application class is implemented as any other OnRequest integration broker event.

This example illustrates the Handler page

Handler page

The summary information includes the handler name, the handler type, and the implementation method for the handler. The status of the handler, active or inactive, also appears.

Use the Details link to view the Handler details.

This example illustrates the Handler Detail page

Handler Details page