Skip Headers
Oracle® Communications Design Studio Modeling Activation
Release 7.2.4
Go to Design Studio Help Home
Go to Table of Contents
Go to Feedback page

Go to previous page
Go to next page
Mobi · ePub

Writing Java Processor Execute Method Logic

The basic development steps to write the logic for the execute method of a Java Processor class are as follows:

To write Java Processor execute method logic:

  1. Extract parameters from InputBean (retrieve information).

  2. Use these parameters to build a command.

  3. Send a message or command to the switch using the send request in Telnet.

  4. Handle the response by setting the user-defined exit type.

    See "Creating New User-Defined Exit Types" for more information about setting the user-defined exit type.

  5. Using the OutputBean, you have the option to return some parameters upstream to log, infoparm, and so on.

Occasionally, for Telnet, you may need to build some helper classes, perform data derivation, and create parsers.

Related Topics

Understanding the Java Processor Class

Working with the Action Processor

Modeling Entities