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 | Class and Description |
---|---|
class |
MAPRoutingInfoForSM_Arg
API for MAP-SM-DataTypes.RoutingInfoForSM-Arg.
|
Modifier and Type | Method and Description |
---|---|
MAPSendRoutingInfoForSMArg |
MAPSendRoutingInfoForSMArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSendRoutingInfoForSMArg |
MAPSendRoutingInfoForSMArg.copyOf(MAPSendRoutingInfoForSMArg 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.
|
MAPSendRoutingInfoForSMArg |
MAPSendRoutingInfoForSMArg.setCug_Interlock(CUGInterLockCode value)
Sets the value of the field cug-Interlock.
|
MAPSendRoutingInfoForSMArg |
MAPSendRoutingInfoForSMArg.setMsisdn(AddressString value)
Sets the value of the field msIsdn.
|
MAPSendRoutingInfoForSMArg |
MAPSendRoutingInfoForSMArg.setServiceCentreAddress(AddressString value)
Sets the value of the field serviceCentreAddress.
|
MAPSendRoutingInfoForSMArg |
MAPSendRoutingInfoForSMArg.setSm_RP_PRI(boolean value)
Sets the value of the field sm-RP-PRI and marks the field as present.
|
MAPSendRoutingInfoForSMArg |
MAPSendRoutingInfoForSMArg.setTeleserviceCode(byte[] value)
Sets the value of the field teleserviceCode.
|
Modifier and Type | Method and Description |
---|---|
static MAPSendRoutingInfoForSMArg |
MAPSendRoutingInfoForSMArg.copyOf(MAPSendRoutingInfoForSMArg 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.
|
static MAPRoutingInfoForSM_Arg |
MAPRoutingInfoForSM_Arg.copyOf(MAPSendRoutingInfoForSMArg 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.sendSendRoutingInfoForSM(long timeout,
MAPSendRoutingInfoForSMArg argument)
Issues a sendRoutingInfoForSM_v1 operation request on the dialog.
|
Constructor and Description |
---|
MAPSendRoutingInfoForSMRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPSendRoutingInfoForSMArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPSendRoutingInfoForSMRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPSendRoutingInfoForSMArg,MAPSendRoutingInfoForSMArg,MAPProto.MAP_SM_DataTypes_ph1_SendRoutingInfoForSMArg> |
MAPCodecs.MAP_SM_DataTypes_ph1_SendRoutingInfoForSMArg
Singleton codec for the ASN.1 type: MAP-SM-DataTypes-ph1.SendRoutingInfoForSMArg
|
static PersistCodec<MAPSendRoutingInfoForSMArg,MAPSendRoutingInfoForSMArg,MAPProto.MAP_SM_DataTypes_ph1_SendRoutingInfoForSMArg> |
MAPCodecs.MAP_SM_DataTypes_ph1_SendRoutingInfoForSMArg
Singleton codec for the ASN.1 type: MAP-SM-DataTypes-ph1.SendRoutingInfoForSMArg
|
static PersistCodec<MAPSendRoutingInfoForSMArg,MAPRoutingInfoForSM_Arg,MAPProto.MAP_SM_DataTypes_RoutingInfoForSM_Arg> |
MAPCodecs.MAP_SM_DataTypes_RoutingInfoForSM_Arg
Singleton codec for the ASN.1 type: MAP-SM-DataTypes.RoutingInfoForSM-Arg
|