Package com.opencloud.slee.resources.cgin.cap_v4.metadata
Contains metadata classes describing the supported operations, errors, and application contexts of the CAP v4 protocol.
Supported Application Contexts
The CAP v4 API supports all application contexts defined in the specification, except for cap-gprssf-scfAC and cap-gsmscf-gprsssfAC, which are supported by the CAP v3 API. See CAP4ApplicationContexts
for an exhaustive list, and the corresponding supported operations for each application context.
Supported Operations
Operations defined as extensions of CAP v3:
activityTest
applyCharging
applyChargingReport
assistRequestInstructions
callGap
callInformationReport
callInformationRequest
cancel
connect
connectSMS
connectToResource
Continue
continueSMS
continueWithArgument
disconnectForwardConnection
establishTemporaryConnection
eventReportBCSM
eventReportSMS
furnishChargingInformation
furnishChargingInformationSMS
initialDP
initialDPSMS
playAnnouncement
promptAndCollectUserInformation
releaseCall
releaseSMS
requestReportBCSMEvent
requestReportSMSEvent
resetTimer
resetTimerSMS
sendChargingInformation
specializedResourceReport
Additionally, the CAP4 API defines some new operations that are specific to CAP v4 and not present in the parent APIs. These operations are top-level operations and do not have parents, and use a new event type within the CAP4 API to fire that operation request (and, optionally, result) to SLEE services. See the individual operation descriptions for details:
-
Class Summary Class Description CAP4ApplicationContexts Defines metadata for cap_v4's application contexts.CAP4Errors Defines metadata for cap_v4's errors.CAP4EXTENSION<ExtensionType> Defines metadata for a class of cap_v4's open type extensions.CAP4OpenTypeExtensions Defines metadata for cap_v4's open type extensions.CAP4Operations Defines metadata for cap_v4's operations.