Connect Java form – Completing the Method tab
Identify the parameters and return value of the method to be called. Use a Map from mapping for the parameters and a Map to mapping for the return value.
Parameters
Order the entries in this array to match the method signature — the types and order of method parameters.
| Field | Description | 
|---|---|
| Data type | Enter a Java data type for each parameter. | 
| Map from | Select how the system creates the request parameter values. The choice you make for this field depends on the Data Type: 
 
                  If more choices appear, they identify a custom function rule in a
                   | 
| Map from key | Enter a source for the Map from value: 
 | 
Return value
| Field | Description | 
|---|---|
| Data type | Enter the external Java data type of the return value, or void. Both primitive Java types (int,boolean,char,String, and so
                on) and arrays of primitive types are supported.You can map complex return values. For example, the return value may have data type:  | 
| Map to | Select how the system creates the response parameter values. The choice you
                make for this field depends on the Data Type. 
  If more choices appear, they identify a custom function rule in a
                     | 
| Map to key | Identify a destination for the Map To value: 
 |