Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
com.opencloud.slee.resources.cgin.map.events |
Provides event wrapper classes for the MAP protocol.
|
com.opencloud.slee.resources.cgin.map.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
Modifier and Type | Method and Description |
---|---|
MAPUSSD_Res |
MAPUSSD_Res.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPUSSD_Res |
MAPUSSD_Res.copyOf(MAPUSSD_Res 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.
|
MAPUSSD_Res |
MAPUSSD_Res.setUssd_DataCodingScheme(byte[] value)
Sets the value of the field ussd-DataCodingScheme.
|
MAPUSSD_Res |
MAPUSSD_Res.setUssd_String(byte[] value)
Sets the value of the field ussd-String.
|
Modifier and Type | Method and Description |
---|---|
static MAPUSSD_Res |
MAPUSSD_Res.copyOf(MAPUSSD_Res 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.
|
void |
MAPDialog.sendProcessUnstructuredSS_RequestResponse(int invokeId,
MAPUSSD_Res result)
Issues a response to a processUnstructuredSS_Request operation on the dialog.
|
void |
MAPDialog.sendUnstructuredSS_RequestResponse(int invokeId,
MAPUSSD_Res result)
Issues a response to an unstructuredSS_Request operation on the dialog.
|
Constructor and Description |
---|
MAPProcessUnstructuredSS_RequestResultEvent(MAPDialog dialog,
TcapOperation operation,
MAPUSSD_Res argument,
int invokeId,
boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPProcessUnstructuredSS_RequestResultEvent
|
MAPUnstructuredSS_RequestResultEvent(MAPDialog dialog,
TcapOperation operation,
MAPUSSD_Res argument,
int invokeId,
boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPUnstructuredSS_RequestResultEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPUSSD_Res,MAPUSSD_Res,MAPProto.MAP_SS_DataTypes_USSD_Res> |
MAPCodecs.MAP_SS_DataTypes_USSD_Res
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.USSD-Res
|
static PersistCodec<MAPUSSD_Res,MAPUSSD_Res,MAPProto.MAP_SS_DataTypes_USSD_Res> |
MAPCodecs.MAP_SS_DataTypes_USSD_Res
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.USSD-Res
|