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 |
MAPPrepareSubsequentHO_Res_v3
API for MAP-MS-DataTypes.PrepareSubsequentHO-Res-v3.
|
Modifier and Type | Method and Description |
---|---|
MAPPrepareSubsequentHO_Res |
MAPPrepareSubsequentHO_Res.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPPrepareSubsequentHO_Res |
MAPPrepareSubsequentHO_Res.copyOf(MAPPrepareSubsequentHO_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.
|
MAPPrepareSubsequentHO_Res |
MAPPrepareSubsequentHO_Res.setR98(MAPExternalSignalInfo value)
Sets the value of the r98 choice.
|
Modifier and Type | Method and Description |
---|---|
static MAPPrepareSubsequentHO_Res_v3 |
MAPPrepareSubsequentHO_Res_v3.copyOf(MAPPrepareSubsequentHO_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.
|
static MAPPrepareSubsequentHO_Res |
MAPPrepareSubsequentHO_Res.copyOf(MAPPrepareSubsequentHO_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.sendPrepareSubsequentHandoverResponse(int invokeId,
MAPPrepareSubsequentHO_Res result)
Issues a response to a prepareSubsequentHandover operation on the dialog.
|
Constructor and Description |
---|
MAPPrepareSubsequentHandoverResultEvent(MAPDialog dialog,
TcapOperation operation,
MAPPrepareSubsequentHO_Res argument,
int invokeId,
boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPPrepareSubsequentHandoverResultEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPPrepareSubsequentHO_Res,MAPPrepareSubsequentHO_Res_v3,MAPProto.MAP_MS_DataTypes_PrepareSubsequentHO_Res_v3> |
MAPCodecs.MAP_MS_DataTypes_PrepareSubsequentHO_Res_v3
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.PrepareSubsequentHO-Res-v3
|
static PersistCodec<MAPPrepareSubsequentHO_Res,MAPPrepareSubsequentHO_Res,MAPProto.MAP_MS_DataTypes_R98_PrepareSubsequentHO_Res> |
MAPCodecs.MAP_MS_DataTypes_R98_PrepareSubsequentHO_Res
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-R98.PrepareSubsequentHO-Res
|
static PersistCodec<MAPPrepareSubsequentHO_Res,MAPPrepareSubsequentHO_Res,MAPProto.MAP_MS_DataTypes_R98_PrepareSubsequentHO_Res> |
MAPCodecs.MAP_MS_DataTypes_R98_PrepareSubsequentHO_Res
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-R98.PrepareSubsequentHO-Res
|