Input / Output Type | Description | ||
![]() | True or false. | ||
![]() | A one-dimensional boolean array. | ||
![]() | Signed integer. The value must be greater than or equal to -128 but less than or equal to 127. | ||
![]() | A one-dimensional byte array. | ||
![]() | A single unicode character. | ||
![]() | A one-dimensional character array. | ||
![]() | Date and time. | ||
![]() | A one-dimensional date array. | ||
![]() | Double-precision floating point number. | ||
![]() | A one-dimensional double array. | ||
![]() | Standard-precision floating point number. | ||
![]() | A one-dimensional float array. | ||
![]() | Signed integer. The value must be greater than or equal to -2147483647 but less than or equal to 2147483647. | ||
![]() | A one-dimensional integer array. | ||
![]() | Signed integer. The value must be greater than or equal to -9223372036854775808 but less than or equal to 9223372036854775807. | ||
![]() | A one-dimensional long array. | ||
![]() | Signed integer. The value must be greater than or equal to -32768 but less than or equal to 32767. | ||
![]() | A one-dimensional short array. | ||
![]() | A data type that does not fall into any of the data types described in this table, and is not declared to be one of the basic Java classes supported natively by Integration Server. | ||
![]() | A one-dimensional object array. | ||
![]() | Select an Integration Server document type in the Choose Document window. The document you select becomes the input or output type.
| ||
![]() | A string of characters. | ||
![]() | A one-dimensional string array. | ||
![]() | An input or output of unknown type. | ||
![]() | A one-dimensional unknown array. |