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.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 |
---|---|
CCReceivedInformationArg |
CCReceivedInformationArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static CCReceivedInformationArg |
CCReceivedInformationArg.copyOf(CCReceivedInformationArg 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.
|
CCReceivedInformationArg |
CCReceivedInformationArg.setDigitsResponse(GenericDigits value)
Sets the value of the digitsResponse choice.
|
Modifier and Type | Method and Description |
---|---|
static CCReceivedInformationArg |
CCReceivedInformationArg.copyOf(CCReceivedInformationArg 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.
|
void |
CCDialog.sendPromptAndCollectUserInformationResponse(int invokeId,
CCReceivedInformationArg result)
Issues a response to a promptAndCollectUserInformation operation on the dialog.
|
Constructor and Description |
---|
CCPromptAndCollectUserInformationResultEvent(CCDialog dialog,
TcapOperation operation,
CCReceivedInformationArg argument,
int invokeId,
boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.callcontrol.events.CCPromptAndCollectUserInformationResultEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCReceivedInformationArg,CCReceivedInformationArg,CCProto.CC_DataTypes_ReceivedInformationArg> |
CCCodecs.CC_DataTypes_ReceivedInformationArg
Singleton codec for the ASN.1 type: CC-DataTypes.ReceivedInformationArg
|
static PersistCodec<CCReceivedInformationArg,CCReceivedInformationArg,CCProto.CC_DataTypes_ReceivedInformationArg> |
CCCodecs.CC_DataTypes_ReceivedInformationArg
Singleton codec for the ASN.1 type: CC-DataTypes.ReceivedInformationArg
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCReceivedInformationArg,CCReceivedInformationArg,CAP2Proto.CAP_DataTypes_ReceivedInformationArg> |
CAP2Codecs.CAP_DataTypes_ReceivedInformationArg
Singleton codec for the ASN.1 type: CAP-DataTypes.ReceivedInformationArg
|
static PersistCodec<CCReceivedInformationArg,CCReceivedInformationArg,CAP2Proto.CAP_DataTypes_ReceivedInformationArg> |
CAP2Codecs.CAP_DataTypes_ReceivedInformationArg
Singleton codec for the ASN.1 type: CAP-DataTypes.ReceivedInformationArg
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCReceivedInformationArg,CCReceivedInformationArg,CAP3Proto.CAP_gsmSCF_gsmSRF_ops_args_ReceivedInformationArg> |
CAP3Codecs.CAP_gsmSCF_gsmSRF_ops_args_ReceivedInformationArg
Singleton codec for the ASN.1 type: CAP-gsmSCF-gsmSRF-ops-args.ReceivedInformationArg
|
static PersistCodec<CCReceivedInformationArg,CCReceivedInformationArg,CAP3Proto.CAP_gsmSCF_gsmSRF_ops_args_ReceivedInformationArg> |
CAP3Codecs.CAP_gsmSCF_gsmSRF_ops_args_ReceivedInformationArg
Singleton codec for the ASN.1 type: CAP-gsmSCF-gsmSRF-ops-args.ReceivedInformationArg
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCReceivedInformationArg,CCReceivedInformationArg,CAP4Proto.CAP_gsmSCF_gsmSRF_ops_args_ReceivedInformationArg> |
CAP4Codecs.CAP_gsmSCF_gsmSRF_ops_args_ReceivedInformationArg
Singleton codec for the ASN.1 type: CAP-gsmSCF-gsmSRF-ops-args.ReceivedInformationArg
|
static PersistCodec<CCReceivedInformationArg,CCReceivedInformationArg,CAP4Proto.CAP_gsmSCF_gsmSRF_ops_args_ReceivedInformationArg> |
CAP4Codecs.CAP_gsmSCF_gsmSRF_ops_args_ReceivedInformationArg
Singleton codec for the ASN.1 type: CAP-gsmSCF-gsmSRF-ops-args.ReceivedInformationArg
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCReceivedInformationArg,CCReceivedInformationArg,CS1Proto.Core_INAP_CS1_DataTypes_ReceivedInformationArg> |
CS1Codecs.Core_INAP_CS1_DataTypes_ReceivedInformationArg
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.ReceivedInformationArg
|
static PersistCodec<CCReceivedInformationArg,CCReceivedInformationArg,CS1Proto.Core_INAP_CS1_DataTypes_ReceivedInformationArg> |
CS1Codecs.Core_INAP_CS1_DataTypes_ReceivedInformationArg
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.ReceivedInformationArg
|