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.
|
Modifier and Type | Method and Description |
---|---|
CCIPSSPCapabilities |
CCIPSSPCapabilities.clone()
Constructs a copy of this object and everything reachable from it.
|
static CCIPSSPCapabilities |
CCIPSSPCapabilities.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.
|
CCIPSSPCapabilities |
CCInitialDPArg.getIPSSPCapabilities()
Gets the value of the field iPSSPCapabilities.
|
CCIPSSPCapabilities |
CCAssistRequestInstructionsArg.getIPSSPCapabilities()
Gets the value of the field iPSSPCapabilities.
|
CCIPSSPCapabilities |
CCIPSSPCapabilities.setByteArray(byte[] value)
Sets the value of the field byteArray.
|
Modifier and Type | Method and Description |
---|---|
static CCIPSSPCapabilities |
CCIPSSPCapabilities.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.
|
CCInitialDPArg |
CCInitialDPArg.setIPSSPCapabilities(CCIPSSPCapabilities value)
Sets the value of the field iPSSPCapabilities.
|
CCAssistRequestInstructionsArg |
CCAssistRequestInstructionsArg.setIPSSPCapabilities(CCIPSSPCapabilities value)
Sets the value of the field iPSSPCapabilities.
|
Modifier and Type | Class and Description |
---|---|
class |
CAP2IPSSPCapabilities
API for CAP-DataTypes.IPSSPCapabilities.
|
Modifier and Type | Method and Description |
---|---|
static CAP2IPSSPCapabilities |
CAP2IPSSPCapabilities.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.
|
Modifier and Type | Method and Description |
---|---|
CS1InitialDPArg |
CS1InitialDPArg.setIPSSPCapabilities(CCIPSSPCapabilities value)
Sets the value of the field iPSSPCapabilities.
|
CS1AssistRequestInstructionsArg |
CS1AssistRequestInstructionsArg.setIPSSPCapabilities(CCIPSSPCapabilities value)
Sets the value of the field iPSSPCapabilities.
|