Package | Description |
---|---|
com.opencloud.slee.resources.cgin |
Defines an API for the CGIN infrastructure on which all protocols are built.
|
Modifier and Type | Method and Description |
---|---|
RejectProblem |
OperationProviderErrorEvent.getRejectProblem() |
RejectProblem |
ComponentRejectedEvent.getRejectProblem()
Get the TCAP problem code of this event.
|
Constructor and Description |
---|
ComponentRejectedEvent(Dialog dialog,
int invokeId,
ComponentRejectedEvent.RejectType rejectType,
RejectProblem rejectProblem)
Construct a new event for a component rejection.
|
OperationProviderErrorEvent(Dialog dialog,
TcapOperation operation,
int invokeId,
ProviderErrorReason reason,
RejectProblem rejectProblem) |