Uses of Class
com.opencloud.slee.resources.cgin.callcontrol.CCConnectArg
-
Packages that use CCConnectArg 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. -
-
Uses of CCConnectArg in com.opencloud.slee.resources.cgin.callcontrol
Methods in com.opencloud.slee.resources.cgin.callcontrol that return CCConnectArg Modifier and Type Method Description CCConnectArg
CCConnectArg. clone()
Constructs a copy of this object and everything reachable from it.static CCConnectArg
CCConnectArg. copyOf(CCConnectArg 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.CCConnectArg
CCConnectArg. setAlertingPattern(Signal value)
Sets the value of the field alertingPattern.CCConnectArg
CCConnectArg. setCallingPartysCategory(CallingPartysCategory value)
Sets the value of the field callingPartysCategory.CCConnectArg
CCConnectArg. setDestinationRoutingAddress(CalledPartyNumber[] value)
Sets the value of the field destinationRoutingAddress.CCConnectArg
CCConnectArg. setOriginalCalledPartyID(OriginalCalledNumber value)
Sets the value of the field originalCalledPartyID.CCConnectArg
CCConnectArg. setRedirectingPartyID(RedirectingPartyNumber value)
Sets the value of the field redirectingPartyID.CCConnectArg
CCConnectArg. setRedirectionInformation(RedirectionInformation value)
Sets the value of the field redirectionInformation.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type CCConnectArg Modifier and Type Method Description static CCConnectArg
CCConnectArg. copyOf(CCConnectArg 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. sendConnect(CCConnectArg argument)
Issues a connect operation request on the dialog. -
Uses of CCConnectArg in com.opencloud.slee.resources.cgin.callcontrol.events
Constructors in com.opencloud.slee.resources.cgin.callcontrol.events with parameters of type CCConnectArg Constructor Description CCConnectRequestEvent(CCDialog dialog, TcapOperation operation, CCConnectArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.callcontrol.events.CCConnectRequestEvent -
Uses of CCConnectArg in com.opencloud.slee.resources.cgin.callcontrol.persist
Fields in com.opencloud.slee.resources.cgin.callcontrol.persist with type parameters of type CCConnectArg Modifier and Type Field Description static PersistCodec<CCConnectArg,CCConnectArg,CCProto.CC_DataTypes_ConnectArg>
CCCodecs. CC_DataTypes_ConnectArg
Singleton codec for the ASN.1 type: CC-DataTypes.ConnectArgstatic PersistCodec<CCConnectArg,CCConnectArg,CCProto.CC_DataTypes_ConnectArg>
CCCodecs. CC_DataTypes_ConnectArg
Singleton codec for the ASN.1 type: CC-DataTypes.ConnectArg -
Uses of CCConnectArg in com.opencloud.slee.resources.cgin.cap_v1
Subclasses of CCConnectArg in com.opencloud.slee.resources.cgin.cap_v1 Modifier and Type Class Description class
CAP1ConnectArg
API for CAP-DataTypes.ConnectArg.Methods in com.opencloud.slee.resources.cgin.cap_v1 with parameters of type CCConnectArg Modifier and Type Method Description static CAP1ConnectArg
CAP1ConnectArg. copyOf(CCConnectArg 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. -
Uses of CCConnectArg in com.opencloud.slee.resources.cgin.cap_v1.persist
Fields in com.opencloud.slee.resources.cgin.cap_v1.persist with type parameters of type CCConnectArg Modifier and Type Field Description static PersistCodec<CCConnectArg,CAP1ConnectArg,CAP1Proto.CAP_DataTypes_ConnectArg>
CAP1Codecs. CAP_DataTypes_ConnectArg
Singleton codec for the ASN.1 type: CAP-DataTypes.ConnectArg -
Uses of CCConnectArg in com.opencloud.slee.resources.cgin.cap_v2
Subclasses of CCConnectArg in com.opencloud.slee.resources.cgin.cap_v2 Modifier and Type Class Description class
CAP2ConnectArg
API for CAP-DataTypes.ConnectArg.Methods in com.opencloud.slee.resources.cgin.cap_v2 with parameters of type CCConnectArg Modifier and Type Method Description static CAP2ConnectArg
CAP2ConnectArg. copyOf(CCConnectArg 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. -
Uses of CCConnectArg in com.opencloud.slee.resources.cgin.cap_v2.persist
Fields in com.opencloud.slee.resources.cgin.cap_v2.persist with type parameters of type CCConnectArg Modifier and Type Field Description static PersistCodec<CCConnectArg,CAP2ConnectArg,CAP2Proto.CAP_DataTypes_ConnectArg>
CAP2Codecs. CAP_DataTypes_ConnectArg
Singleton codec for the ASN.1 type: CAP-DataTypes.ConnectArg -
Uses of CCConnectArg in com.opencloud.slee.resources.cgin.cap_v3
Subclasses of CCConnectArg in com.opencloud.slee.resources.cgin.cap_v3 Modifier and Type Class Description class
CAP3ConnectArg
API for CAP-gsmSSF-gsmSCF-ops-args.ConnectArg.Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type CCConnectArg Modifier and Type Method Description static CAP3ConnectArg
CAP3ConnectArg. copyOf(CCConnectArg 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. -
Uses of CCConnectArg in com.opencloud.slee.resources.cgin.cap_v3.persist
Fields in com.opencloud.slee.resources.cgin.cap_v3.persist with type parameters of type CCConnectArg Modifier and Type Field Description static PersistCodec<CCConnectArg,CAP3ConnectArg,CAP3Proto.CAP_gsmSSF_gsmSCF_ops_args_ConnectArg>
CAP3Codecs. CAP_gsmSSF_gsmSCF_ops_args_ConnectArg
Singleton codec for the ASN.1 type: CAP-gsmSSF-gsmSCF-ops-args.ConnectArg -
Uses of CCConnectArg in com.opencloud.slee.resources.cgin.cap_v4
Subclasses of CCConnectArg in com.opencloud.slee.resources.cgin.cap_v4 Modifier and Type Class Description class
CAP4ConnectArg
API for CAP-gsmSSF-gsmSCF-ops-args.ConnectArg.Methods in com.opencloud.slee.resources.cgin.cap_v4 with parameters of type CCConnectArg Modifier and Type Method Description static CAP4ConnectArg
CAP4ConnectArg. copyOf(CCConnectArg 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. -
Uses of CCConnectArg in com.opencloud.slee.resources.cgin.cap_v4.persist
Fields in com.opencloud.slee.resources.cgin.cap_v4.persist with type parameters of type CCConnectArg Modifier and Type Field Description static PersistCodec<CCConnectArg,CAP4ConnectArg,CAP4Proto.CAP_gsmSSF_gsmSCF_ops_args_ConnectArg>
CAP4Codecs. CAP_gsmSSF_gsmSCF_ops_args_ConnectArg
Singleton codec for the ASN.1 type: CAP-gsmSSF-gsmSCF-ops-args.ConnectArg -
Uses of CCConnectArg in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Subclasses of CCConnectArg in com.opencloud.slee.resources.cgin.etsi_inap_cs1 Modifier and Type Class Description class
CS1ConnectArg
API for Core-INAP-CS1-DataTypes.ConnectArg.Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type CCConnectArg Modifier and Type Method Description static CS1ConnectArg
CS1ConnectArg. copyOf(CCConnectArg 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. -
Uses of CCConnectArg in com.opencloud.slee.resources.cgin.etsi_inap_cs1.persist
Fields in com.opencloud.slee.resources.cgin.etsi_inap_cs1.persist with type parameters of type CCConnectArg Modifier and Type Field Description static PersistCodec<CCConnectArg,CS1ConnectArg,CS1Proto.Core_INAP_CS1_DataTypes_ConnectArg>
CS1Codecs. Core_INAP_CS1_DataTypes_ConnectArg
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.ConnectArg
-