Defining properties for the CLI Code Generation Action Processor

This procedure assumes you have completed the following tasks:

  • Created and fully configured an atomic action that includes the required parameters. You must associate the atomic action to this action processor.

  • Configured the CLI command structure for all CLI commands associated with the project. For more information, see the topic on configuring the CLI command structure in Oracle Communications ASAP Cartridge Development Guide.

  • Configured the CLI command request messages that the program sends to the NE or EMS. For more information, see the topic on creating and configuring atomic actions in Oracle Communications ASAP Cartridge Development Guide.

  • Configured the CLI command response message to define how the program determines user defined exit types in CLI response messages from the NE or EMS. For more information, see the topic on creating and configuring atomic actions in Oracle Communications ASAP Cartridge Development Guide.

To configure properties for the CLI Code Generation Action Processor:

  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 CLI Code Generation.

  4. Click New.

    Design Studio automatically generates Java code.

    The Class field points to the auto-generated proxy Java file.

    The Method field points to the execute method within the processor Java file.

    For information about the auto-generated Java files and code and the areas where you must additional business logic, see ASAP Cartridge Development Guide.