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.

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:
Properties / Buttons |
Description |
||
---|---|---|---|
Object |
Variable on which you want to invoke a method |
||
Method |
Name of the method to call.
|
||
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. |