Skip Headers
Oracle® Communications Design Studio Modeling Network Integrity
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

Adding Output Parameters to Network Integrity Processors

To add output parameters to a processor:

  1. On the Processor editor Context Parameter tab, in the Output Parameters area, click Add.

    The Create Output Parameter dialog box appears.

  2. In the Parameter Name field, enter a name for the parameter.

  3. From the Parameter Type list, do one of the following:

    • Select a primitive type.

    • Click Browse and select an existing qualified Java class name.

    • Enter a valid and available Java object. This value is automatically validated to ensure that it is a valid Java object type.

    • Enter a Java generic. For example, java.util.primitive<String>.

  4. (Optional) In the Description field, add information about the parameter.

  5. Click OK.

    Design Studio generates the Request and Response Java classes.

Related Topics

About Context Parameters for Network Integrity Processors

Adding Input Parameters to Network Integrity Processors

About Network Integrity Processors

Configuring Network Integrity Processors

Network Integrity Processor Editor