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 |
---|---|
MAPSendRoutingInformationArg |
MAPSendRoutingInformationArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSendRoutingInformationArg |
MAPSendRoutingInformationArg.copyOf(MAPSendRoutingInformationArg 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.
|
MAPSendRoutingInformationArg |
MAPSendRoutingInformationArg.setCug_Interlock(CUGInterLockCode value)
Sets the value of the field cug-Interlock.
|
MAPSendRoutingInformationArg |
MAPSendRoutingInformationArg.setMsIsdn(AddressString value)
Sets the value of the field msIsdn.
|
MAPSendRoutingInformationArg |
MAPSendRoutingInformationArg.setNetworkSignalInfo(MAPExternalSignalInfo value)
Sets the value of the field networkSignalInfo.
|
MAPSendRoutingInformationArg |
MAPSendRoutingInformationArg.setNumberOfForwarding(int value)
Sets the value of the field numberOfForwarding and marks the field as present.
|
MAPSendRoutingInformationArg |
MAPSendRoutingInformationArg.setNumberOfForwardingPresent(boolean flag)
Sets the presence or absence of the optional field numberOfForwarding.
|
Modifier and Type | Method and Description |
---|---|
static MAPSendRoutingInformationArg |
MAPSendRoutingInformationArg.copyOf(MAPSendRoutingInformationArg 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.sendSendRoutingInformation(long timeout,
MAPSendRoutingInformationArg argument)
Issues a sendRoutingInformation_v1 operation request on the dialog.
|
Constructor and Description |
---|
MAPSendRoutingInformationRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPSendRoutingInformationArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPSendRoutingInformationRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPSendRoutingInformationArg,MAPSendRoutingInformationArg,MAPProto.MAP_CH_DataTypes_ph1_SendRoutingInformationArg> |
MAPCodecs.MAP_CH_DataTypes_ph1_SendRoutingInformationArg
Singleton codec for the ASN.1 type: MAP-CH-DataTypes-ph1.SendRoutingInformationArg
|
static PersistCodec<MAPSendRoutingInformationArg,MAPSendRoutingInformationArg,MAPProto.MAP_CH_DataTypes_ph1_SendRoutingInformationArg> |
MAPCodecs.MAP_CH_DataTypes_ph1_SendRoutingInformationArg
Singleton codec for the ASN.1 type: MAP-CH-DataTypes-ph1.SendRoutingInformationArg
|