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_Arg |
MAPUSSD_Arg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPUSSD_Arg |
MAPUSSD_Arg.copyOf(MAPUSSD_Arg 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_Arg |
MAPUSSD_Arg.setAlertingPattern(byte[] value)
Sets the value of the field alertingPattern.
|
MAPUSSD_Arg |
MAPUSSD_Arg.setMsisdn(AddressString value)
Sets the value of the field msisdn.
|
MAPUSSD_Arg |
MAPUSSD_Arg.setUssd_DataCodingScheme(byte[] value)
Sets the value of the field ussd-DataCodingScheme.
|
MAPUSSD_Arg |
MAPUSSD_Arg.setUssd_String(byte[] value)
Sets the value of the field ussd-String.
|
Modifier and Type | Method and Description |
---|---|
static MAPUSSD_Arg |
MAPUSSD_Arg.copyOf(MAPUSSD_Arg 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 |
MAPDialog.sendProcessUnstructuredSS_Request(long timeout,
MAPUSSD_Arg argument)
Issues a processUnstructuredSS_Request operation request on the dialog.
|
int |
MAPDialog.sendUnstructuredSS_Notify(long timeout,
MAPUSSD_Arg argument)
Issues an unstructuredSS_Notify operation request on the dialog.
|
int |
MAPDialog.sendUnstructuredSS_Request(long timeout,
MAPUSSD_Arg argument)
Issues an unstructuredSS_Request operation request on the dialog.
|
Constructor and Description |
---|
MAPProcessUnstructuredSS_RequestRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPUSSD_Arg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPProcessUnstructuredSS_RequestRequestEvent
|
MAPUnstructuredSS_NotifyRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPUSSD_Arg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPUnstructuredSS_NotifyRequestEvent
|
MAPUnstructuredSS_RequestRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPUSSD_Arg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPUnstructuredSS_RequestRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPUSSD_Arg,MAPUSSD_Arg,MAPProto.MAP_SS_DataTypes_USSD_Arg> |
MAPCodecs.MAP_SS_DataTypes_USSD_Arg
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.USSD-Arg
|
static PersistCodec<MAPUSSD_Arg,MAPUSSD_Arg,MAPProto.MAP_SS_DataTypes_USSD_Arg> |
MAPCodecs.MAP_SS_DataTypes_USSD_Arg
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.USSD-Arg
|