Defining Java Action Processor (Without Code Generation)

This procedure assumes you have completed the following tasks:

  • You have created the methods and classes that you want to associate with the action processor. For information about the writing Java code from scratch, see Oracle Communications ASAP Cartridge Development Guide.

To define properties a Java action processor without code generation:

  1. In the Studio Projects view, double-click an action processor entity.

    The Action Processor editor appears.

  2. In the Description field, enter a description.

  3. From the Type list, select Java Action Processor.

  4. In the Class field, enter the class name of the Java class.

  5. In the Method field, click select.

    The Select Java Implementation dialog appears.

  6. Select a method from the Matching Items list and click OK.

  7. Select File, then select Save.