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.cap_v2 |
Provides an API for the CAP v2 protocol.
|
Modifier and Type | Method and Description |
---|---|
CCApplyChargingReportArg |
CCApplyChargingReportArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static CCApplyChargingReportArg |
CCApplyChargingReportArg.copyOf(CCApplyChargingReportArg 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.
|
CCApplyChargingReportArg |
CCApplyChargingReportArg.setByteArray(byte[] value)
Sets the value of the field byteArray.
|
Modifier and Type | Method and Description |
---|---|
static CCApplyChargingReportArg |
CCApplyChargingReportArg.copyOf(CCApplyChargingReportArg 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.sendApplyChargingReport(CCApplyChargingReportArg argument)
Issues an applyChargingReport operation request on the dialog.
|
Constructor and Description |
---|
CCApplyChargingReportRequestEvent(CCDialog dialog,
TcapOperation operation,
CCApplyChargingReportArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.callcontrol.events.CCApplyChargingReportRequestEvent
|
Modifier and Type | Class and Description |
---|---|
class |
CAP2ApplyChargingReportArg
API for CAP-DataTypes.ApplyChargingReportArg.
|
Modifier and Type | Method and Description |
---|---|
static CAP2ApplyChargingReportArg |
CAP2ApplyChargingReportArg.copyOf(CCApplyChargingReportArg 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.
|