Package com.opencloud.slee.resources.cgin.callcontrol.metadata

Contains metadata classes describing the supported operations, errors, and application contexts of the callcontrol protocol.

Supported Application Contexts

The callcontrol protocol defines one synthetic application context containing all operations. This application context is only present for code-generation reasons and should not actually be used by a service developer. Instead, refer to the application context constants provided by the concrete network protocols.

Supported Operations

The callcontrol protocol defines common operations that are provided by all subprotocols. Metadata and further documentation for these operations is available in the CCOperations metadata class.

All of the operations are top-level operations and do not have parents. Each operation defines a new event type within the callcontrol API to fire that operation request (and, optionally, result) to SLEE services. See the individual operation descriptions for details.