Specifying Application Class Implementation Details

Before specifying application class implementation details for a handler, you must first create the application class to implement the handler, add a handler to the service operation definition, and specify general handler details.

To specify application class implementation details:

  1. On the Service Operations – Handlers tab, in the Handlers section, click the Details link.

    The Handler Details page appears.

  2. Complete the following fields:

    Field or Control Description

    Package Name

    Enter the package name that contains the class that you want to specify, or use the Lookup button to search for and select one.

    Path

    Enter the name or names of any subpackages that contain the application class that you want to specify, or use the Lookup button to search for and select one.

    Class ID

    Enter the name of the application class that contains the method that you want to specify, or use the Lookup button to search for and select one.

    Only application classes that implement an appropriate base class are shown. The base class is dependent on the handler type.

    Method

    From the Method drop-down list box, select the method from the selected application class that you want to specify.

    Only methods with the correct signature for the current handler type are shown.

  3. Click the OK button.

  4. Click the Save button.