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_v1 |
Provides an API for the CAP v1 protocol.
|
com.opencloud.slee.resources.cgin.cap_v1.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
com.opencloud.slee.resources.cgin.cap_v2 |
Provides an API for the CAP v2 protocol.
|
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 |
Provides an API for the CAP v3 protocol.
|
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 |
Provides an API for the ETSI INAP CS1 protocol.
|
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 |
---|---|
CCInitialDPArg |
CCInitialDPArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static CCInitialDPArg |
CCInitialDPArg.copyOf(CCInitialDPArg 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.
|
CCInitialDPArg |
CCInitialDPArg.setAdditionalCallingPartyNumber(GenericNumber value)
Sets the value of the field additionalCallingPartyNumber.
|
CCInitialDPArg |
CCInitialDPArg.setBearerCapability(CCBearerCapability value)
Sets the value of the field bearerCapability.
|
CCInitialDPArg |
CCInitialDPArg.setCalledPartyNumber(CalledPartyNumber value)
Sets the value of the field calledPartyNumber.
|
CCInitialDPArg |
CCInitialDPArg.setCallingPartyNumber(CallingPartyNumber value)
Sets the value of the field callingPartyNumber.
|
CCInitialDPArg |
CCInitialDPArg.setCallingPartysCategory(CallingPartysCategory value)
Sets the value of the field callingPartysCategory.
|
CCInitialDPArg |
CCInitialDPArg.setEventTypeBCSM(CCEventTypeBCSM value)
Sets the value of the field eventTypeBCSM.
|
CCInitialDPArg |
CCInitialDPArg.setHighLayerCompatibility(HighLayerCompatibility value)
Sets the value of the field highLayerCompatibility.
|
CCInitialDPArg |
CCInitialDPArg.setIPSSPCapabilities(CCIPSSPCapabilities value)
Sets the value of the field iPSSPCapabilities.
|
CCInitialDPArg |
CCInitialDPArg.setLocationNumber(LocationNumber value)
Sets the value of the field locationNumber.
|
CCInitialDPArg |
CCInitialDPArg.setOriginalCalledPartyID(OriginalCalledNumber value)
Sets the value of the field originalCalledPartyID.
|
CCInitialDPArg |
CCInitialDPArg.setRedirectingPartyID(RedirectingPartyNumber value)
Sets the value of the field redirectingPartyID.
|
CCInitialDPArg |
CCInitialDPArg.setRedirectionInformation(RedirectionInformation value)
Sets the value of the field redirectionInformation.
|
CCInitialDPArg |
CCInitialDPArg.setServiceKey(int value)
Sets the value of the field serviceKey and marks the field as present.
|
Modifier and Type | Method and Description |
---|---|
static CCInitialDPArg |
CCInitialDPArg.copyOf(CCInitialDPArg 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.sendInitialDP(CCInitialDPArg argument)
Issues an initialDP operation request on the dialog.
|
Constructor and Description |
---|
CCInitialDPRequestEvent(CCDialog dialog,
TcapOperation operation,
CCInitialDPArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.callcontrol.events.CCInitialDPRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCInitialDPArg,CCInitialDPArg,CCProto.CC_DataTypes_InitialDPArg> |
CCCodecs.CC_DataTypes_InitialDPArg
Singleton codec for the ASN.1 type: CC-DataTypes.InitialDPArg
|
static PersistCodec<CCInitialDPArg,CCInitialDPArg,CCProto.CC_DataTypes_InitialDPArg> |
CCCodecs.CC_DataTypes_InitialDPArg
Singleton codec for the ASN.1 type: CC-DataTypes.InitialDPArg
|
Modifier and Type | Class and Description |
---|---|
class |
CAP1InitialDPArg
API for CAP-DataTypes.InitialDPArg.
|
Modifier and Type | Method and Description |
---|---|
static CAP1InitialDPArg |
CAP1InitialDPArg.copyOf(CCInitialDPArg 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<CCInitialDPArg,CAP1InitialDPArg,CAP1Proto.CAP_DataTypes_InitialDPArg> |
CAP1Codecs.CAP_DataTypes_InitialDPArg
Singleton codec for the ASN.1 type: CAP-DataTypes.InitialDPArg
|
Modifier and Type | Class and Description |
---|---|
class |
CAP2InitialDPArg
API for CAP-DataTypes.InitialDPArg.
|
Modifier and Type | Method and Description |
---|---|
static CAP2InitialDPArg |
CAP2InitialDPArg.copyOf(CCInitialDPArg 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<CCInitialDPArg,CAP2InitialDPArg,CAP2Proto.CAP_DataTypes_InitialDPArg> |
CAP2Codecs.CAP_DataTypes_InitialDPArg
Singleton codec for the ASN.1 type: CAP-DataTypes.InitialDPArg
|
Modifier and Type | Class and Description |
---|---|
class |
CAP3InitialDPArg
API for CAP-gsmSSF-gsmSCF-ops-args.InitialDPArg.
|
Modifier and Type | Method and Description |
---|---|
static CAP3InitialDPArg |
CAP3InitialDPArg.copyOf(CCInitialDPArg 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<CCInitialDPArg,CAP3InitialDPArg,CAP3Proto.CAP_gsmSSF_gsmSCF_ops_args_InitialDPArg> |
CAP3Codecs.CAP_gsmSSF_gsmSCF_ops_args_InitialDPArg
Singleton codec for the ASN.1 type: CAP-gsmSSF-gsmSCF-ops-args.InitialDPArg
|
Modifier and Type | Class and Description |
---|---|
class |
CAP4InitialDPArg
API for CAP-gsmSSF-gsmSCF-ops-args.InitialDPArg.
|
Modifier and Type | Method and Description |
---|---|
static CAP4InitialDPArg |
CAP4InitialDPArg.copyOf(CCInitialDPArg 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<CCInitialDPArg,CAP4InitialDPArg,CAP4Proto.CAP_gsmSSF_gsmSCF_ops_args_InitialDPArg> |
CAP4Codecs.CAP_gsmSSF_gsmSCF_ops_args_InitialDPArg
Singleton codec for the ASN.1 type: CAP-gsmSSF-gsmSCF-ops-args.InitialDPArg
|
Modifier and Type | Class and Description |
---|---|
class |
CS1InitialDPArg
API for Core-INAP-CS1-DataTypes.InitialDPArg.
|
Modifier and Type | Method and Description |
---|---|
static CS1InitialDPArg |
CS1InitialDPArg.copyOf(CCInitialDPArg 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<CCInitialDPArg,CS1InitialDPArg,CS1Proto.Core_INAP_CS1_DataTypes_InitialDPArg> |
CS1Codecs.Core_INAP_CS1_DataTypes_InitialDPArg
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.InitialDPArg
|