Package | Description |
---|---|
com.opencloud.slee.resources.cgin.callcontrol |
Provides a common API for callcontrol protocols originally based on the INAP
family of protocols.
|
com.opencloud.slee.resources.cgin.callcontrol.events |
Provides event wrapper classes for the callcontrol pseudo-protocol.
|
com.opencloud.slee.resources.cgin.callcontrol.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
com.opencloud.slee.resources.cgin.cap_v2.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
com.opencloud.slee.resources.cgin.cap_v3.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
com.opencloud.slee.resources.cgin.cap_v4 |
Provides an API for the CAP v4 protocol.
|
com.opencloud.slee.resources.cgin.cap_v4.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
com.opencloud.slee.resources.cgin.etsi_inap_cs1.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
Modifier and Type | Method and Description |
---|---|
CCCancelArg |
CCCancelArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static CCCancelArg |
CCCancelArg.copyOf(CCCancelArg from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
CCCancelArg |
CCCancelArg.setAllRequests()
Sets the allRequests choice.
|
CCCancelArg |
CCCancelArg.setInvokeID(int value)
Sets the value of the invokeID choice.
|
Modifier and Type | Method and Description |
---|---|
static CCCancelArg |
CCCancelArg.copyOf(CCCancelArg from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
int |
CCDialog.sendCancel(CCCancelArg argument)
Issues a cancel operation request on the dialog.
|
Constructor and Description |
---|
CCCancelRequestEvent(CCDialog dialog,
TcapOperation operation,
CCCancelArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.callcontrol.events.CCCancelRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCCancelArg,CCCancelArg,CCProto.CC_DataTypes_CancelArg> |
CCCodecs.CC_DataTypes_CancelArg
Singleton codec for the ASN.1 type: CC-DataTypes.CancelArg
|
static PersistCodec<CCCancelArg,CCCancelArg,CCProto.CC_DataTypes_CancelArg> |
CCCodecs.CC_DataTypes_CancelArg
Singleton codec for the ASN.1 type: CC-DataTypes.CancelArg
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCCancelArg,CCCancelArg,CAP2Proto.CAP_DataTypes_CancelArg> |
CAP2Codecs.CAP_DataTypes_CancelArg
Singleton codec for the ASN.1 type: CAP-DataTypes.CancelArg
|
static PersistCodec<CCCancelArg,CCCancelArg,CAP2Proto.CAP_DataTypes_CancelArg> |
CAP2Codecs.CAP_DataTypes_CancelArg
Singleton codec for the ASN.1 type: CAP-DataTypes.CancelArg
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCCancelArg,CCCancelArg,CAP3Proto.CAP_gsmSSF_gsmSCF_ops_args_CancelArg> |
CAP3Codecs.CAP_gsmSSF_gsmSCF_ops_args_CancelArg
Singleton codec for the ASN.1 type: CAP-gsmSSF-gsmSCF-ops-args.CancelArg
|
static PersistCodec<CCCancelArg,CCCancelArg,CAP3Proto.CAP_gsmSSF_gsmSCF_ops_args_CancelArg> |
CAP3Codecs.CAP_gsmSSF_gsmSCF_ops_args_CancelArg
Singleton codec for the ASN.1 type: CAP-gsmSSF-gsmSCF-ops-args.CancelArg
|
Modifier and Type | Class and Description |
---|---|
class |
CAP4CancelArg
API for CAP-gsmSSF-gsmSCF-ops-args.CancelArg.
|
Modifier and Type | Method and Description |
---|---|
static CAP4CancelArg |
CAP4CancelArg.copyOf(CCCancelArg from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCCancelArg,CAP4CancelArg,CAP4Proto.CAP_gsmSSF_gsmSCF_ops_args_CancelArg> |
CAP4Codecs.CAP_gsmSSF_gsmSCF_ops_args_CancelArg
Singleton codec for the ASN.1 type: CAP-gsmSSF-gsmSCF-ops-args.CancelArg
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCCancelArg,CCCancelArg,CS1Proto.Core_INAP_CS1_DataTypes_CancelArg> |
CS1Codecs.Core_INAP_CS1_DataTypes_CancelArg
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.CancelArg
|
static PersistCodec<CCCancelArg,CCCancelArg,CS1Proto.Core_INAP_CS1_DataTypes_CancelArg> |
CS1Codecs.Core_INAP_CS1_DataTypes_CancelArg
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.CancelArg
|