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.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 |
---|---|
CCMessageID |
CCMessageID.clone()
Constructs a copy of this object and everything reachable from it.
|
static CCMessageID |
CCMessageID.copyOf(CCMessageID 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.
|
CCMessageID |
CCInbandInfo.getMessageID()
Gets the value of the field messageID.
|
CCMessageID |
CCMessageID.setElementaryMessageID(int value)
Sets the value of the elementaryMessageID choice.
|
CCMessageID |
CCMessageID.setElementaryMessageIDs(int[] value)
Sets the value of the elementaryMessageIDs choice.
|
CCMessageID |
CCMessageID.setText(CCMessageID.Text value)
Sets the value of the text choice.
|
CCMessageID |
CCMessageID.setVariableMessage(CCMessageID.VariableMessage value)
Sets the value of the variableMessage choice.
|
Modifier and Type | Method and Description |
---|---|
static CCMessageID |
CCMessageID.copyOf(CCMessageID 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.
|
CCInbandInfo |
CCInbandInfo.setMessageID(CCMessageID value)
Sets the value of the field messageID.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCMessageID,CCMessageID,CCProto.CC_DataTypes_MessageID> |
CCCodecs.CC_DataTypes_MessageID
Singleton codec for the ASN.1 type: CC-DataTypes.MessageID
|
static PersistCodec<CCMessageID,CCMessageID,CCProto.CC_DataTypes_MessageID> |
CCCodecs.CC_DataTypes_MessageID
Singleton codec for the ASN.1 type: CC-DataTypes.MessageID
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCMessageID,CCMessageID,CAP2Proto.CAP_DataTypes_MessageID> |
CAP2Codecs.CAP_DataTypes_MessageID
Singleton codec for the ASN.1 type: CAP-DataTypes.MessageID
|
static PersistCodec<CCMessageID,CCMessageID,CAP2Proto.CAP_DataTypes_MessageID> |
CAP2Codecs.CAP_DataTypes_MessageID
Singleton codec for the ASN.1 type: CAP-DataTypes.MessageID
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCMessageID,CCMessageID,CAP3Proto.CAP_datatypes_MessageID> |
CAP3Codecs.CAP_datatypes_MessageID
Singleton codec for the ASN.1 type: CAP-datatypes.MessageID
|
static PersistCodec<CCMessageID,CCMessageID,CAP3Proto.CAP_datatypes_MessageID> |
CAP3Codecs.CAP_datatypes_MessageID
Singleton codec for the ASN.1 type: CAP-datatypes.MessageID
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCMessageID,CCMessageID,CAP4Proto.CAP_datatypes_MessageID> |
CAP4Codecs.CAP_datatypes_MessageID
Singleton codec for the ASN.1 type: CAP-datatypes.MessageID
|
static PersistCodec<CCMessageID,CCMessageID,CAP4Proto.CAP_datatypes_MessageID> |
CAP4Codecs.CAP_datatypes_MessageID
Singleton codec for the ASN.1 type: CAP-datatypes.MessageID
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCMessageID,CCMessageID,CS1Proto.Core_INAP_CS1_DataTypes_MessageID> |
CS1Codecs.Core_INAP_CS1_DataTypes_MessageID
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.MessageID
|
static PersistCodec<CCMessageID,CCMessageID,CS1Proto.Core_INAP_CS1_DataTypes_MessageID> |
CS1Codecs.Core_INAP_CS1_DataTypes_MessageID
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.MessageID
|