SIS defines elements that let you construct arbitrary datatype values.

The set of datatypes that may be constructed is limited to:

  • convenience APIs, such as those defined in the in/datatypes/cc package

  • arguments and field types of all supported protocols, such as those defined in the call control package.

Note

Different SIS packages provide support for different protocols, so the set of supported datatypes varies. See to the documentation included with the SIS package for a complete list of datatypes that may be constructed using this mechanism.

Support for datatypes used in the MAP protocol is limited to only those used by the CAP protocols.

Using these elements you may construct objects, enumerated type values, generic arrays, and byte arrays.

Previous page Next page