Explore Class Information Tab (Execute Java Method Step)

Use the Explore Class Information tab of the Execute Java Method customizer window to choose a method to execute from the class selected in the Explore tab.

Execute Java Method Customizer Window—Explore Class Information Tab

If any of the parameters to be passed to a constructor is of type InputStream or Reader, the Execute Java Method step allows you to select a Document object and automatically convert the document to an InputStream or Reader object.

If the return type is an instance of InputStream or Reader, the Execute Java Method step allows you to assign the result to a Document variable by converting the result into the appropriate format.

The following table describes the properties of the Explore Class Information ab of the Execute Java Method customizer window:

Execute Java Method Properties—Explore Class Information Tab

Properties / Buttons

Description

Object

Variable on which you want to invoke a method

Method

Name of the method to call.

Note

The list contains the methods available for the specified variable in Create Java Object steps. You cannot call methods that require unsupported data types, such as short and array.

Argument/Type/Value

List of input arguments, types, and values to the method for the specified Method.

Set (button)

To assign a value to an argument, highlight the entry in the Argument list box and click Set. Choose a value from the Variable drop-down list—or use the Expressions Editor to specify a value—and then click OK; the value appears in the Value column next to the Argument you selected.

Method Return Type

(Display only) Data type returned by the selected method.

Assign to Variable

Variable that stores the value returned by the method.