Package com.opencloud.slee.resources.cgin.cap_v4

Provides an API for the CAP v4 protocol.

See: Description

Package com.opencloud.slee.resources.cgin.cap_v4 Description

Provides an API for the CAP v4 protocol.

Overview

This package provides a machine-generated API for CAMEL Application Part, Phase 4 (CAP v4). It is organized as an extension of the CAP v3 protocol, with changes for CAP v4-specific protocol details.

Protocol compliance

This API and underlying implementation is based on the 3GPP standard 3GPP TS 29.078 v9.1.1, which is from release 9 of CAP. For dependencies on 3GPP TS 29.002 (MAP), modules with version 12 from release 10 are used. 29.078 also depends on types from ETSI EN 301 140-1 (INAP CS-2).

Specification implementation notes

API packages and identifier prefix

The CAP v4 API is divided into these subpackages:

In general, all top-level classes and interfaces in these packages begin with a common prefix, CAP4, so it is safe to use a wildcard package import without colliding with other protocols.

Dialog Extension Interface

This API defines CAP4Dialog, an extension of the CAP v3 CAP3Dialog interface that adds convenience methods for dealing with CAP4-specific operations, results, and errors. This interface is implemented only on dialogs that actually use CAP v4 as their network protocol.