Connect Java form – Completing the Constructor tab

Optional. Use, when the constructor you identified on the Service tab requires parameters. Enter the parameters in the order that matches the constructor definition. Identify the source of each parameter in a Map from mapping.

Parameters

Complete the Service tab first.

Field Description
Data type Enter the primitive Java data type of each parameter for the constructor.
Map from Select how the system creates the request parameter values. The choice you make for this field depends on the Data Type:
  • Clipboard — The system maps the data value to the scalar property specified by the Map from key.
  • Constant — The system sends a fixed value.
Map from key Identify a source for the Map from value:
  • If you map from Clipboard, enter a property reference that is the source of the data. You can also use a linked property reference to identify the property containing the value.
  • If you map from Constant, enter a literal text string. To include blank spaces in your text string surround the string with double quotation marks.