Package com.opencloud.slee.resources.cgin.cap_v1.metadata
Contains metadata classes describing the supported operations, errors, and application contexts
of the CAP v1 protocol.
Supported Application Contexts
The CAP v1 API supports all application contexts defined in the specification.
See CAP1ApplicationContexts
for
an exhaustive list, and the corresponding supported operations for each application context.
Supported Operations
The CAP v1 API defines its operations in terms of extensions of the callcontrol API. The following operations are extensions of the corresponding callcontrol operations, and share their event types:
-
Class Summary Class Description CAP1ApplicationContexts Defines metadata for cap_v1's application contexts.CAP1Errors Defines metadata for cap_v1's errors.CAP1EXTENSION<ExtensionType> Defines metadata for a class of cap_v1's open type extensions.CAP1OpenTypeExtensions Defines metadata for cap_v1's open type extensions.CAP1Operations Defines metadata for cap_v1's operations.