Uses of Class
com.opencloud.slee.resources.cgin.callcontrol.CCIPSSPCapabilities
-
Packages that use CCIPSSPCapabilities 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.cap_v2 Provides an API for the CAP v2 protocol.com.opencloud.slee.resources.cgin.etsi_inap_cs1 Provides an API for the ETSI INAP CS1 protocol. -
-
Uses of CCIPSSPCapabilities in com.opencloud.slee.resources.cgin.callcontrol
Methods in com.opencloud.slee.resources.cgin.callcontrol that return CCIPSSPCapabilities Modifier and Type Method Description CCIPSSPCapabilitiesCCIPSSPCapabilities. clone()Constructs a copy of this object and everything reachable from it.static CCIPSSPCapabilitiesCCIPSSPCapabilities. copyOf(CCIPSSPCapabilities 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.CCIPSSPCapabilitiesCCAssistRequestInstructionsArg. getIPSSPCapabilities()Gets the value of the field iPSSPCapabilities.CCIPSSPCapabilitiesCCInitialDPArg. getIPSSPCapabilities()Gets the value of the field iPSSPCapabilities.CCIPSSPCapabilitiesCCIPSSPCapabilities. setByteArray(byte[] value)Sets the value of the field byteArray.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type CCIPSSPCapabilities Modifier and Type Method Description static CCIPSSPCapabilitiesCCIPSSPCapabilities. copyOf(CCIPSSPCapabilities 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.CCAssistRequestInstructionsArgCCAssistRequestInstructionsArg. setIPSSPCapabilities(CCIPSSPCapabilities value)Sets the value of the field iPSSPCapabilities.CCInitialDPArgCCInitialDPArg. setIPSSPCapabilities(CCIPSSPCapabilities value)Sets the value of the field iPSSPCapabilities. -
Uses of CCIPSSPCapabilities in com.opencloud.slee.resources.cgin.cap_v2
Subclasses of CCIPSSPCapabilities in com.opencloud.slee.resources.cgin.cap_v2 Modifier and Type Class Description classCAP2IPSSPCapabilitiesAPI for CAP-DataTypes.IPSSPCapabilities.Methods in com.opencloud.slee.resources.cgin.cap_v2 with parameters of type CCIPSSPCapabilities Modifier and Type Method Description static CAP2IPSSPCapabilitiesCAP2IPSSPCapabilities. copyOf(CCIPSSPCapabilities 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 CCIPSSPCapabilities in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type CCIPSSPCapabilities Modifier and Type Method Description CS1AssistRequestInstructionsArgCS1AssistRequestInstructionsArg. setIPSSPCapabilities(CCIPSSPCapabilities value)Sets the value of the field iPSSPCapabilities.CS1InitialDPArgCS1InitialDPArg. setIPSSPCapabilities(CCIPSSPCapabilities value)Sets the value of the field iPSSPCapabilities.
-