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 |
---|---|
MAPPerformHandoverRes |
MAPPerformHandoverRes.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPPerformHandoverRes |
MAPPerformHandoverRes.copyOf(MAPPerformHandoverRes 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.
|
MAPPerformHandoverRes |
MAPPerformHandoverRes.setAccessSignalInfo(MAPExternalSignalInfo value)
Sets the value of the field accessSignalInfo.
|
MAPPerformHandoverRes |
MAPPerformHandoverRes.setHandoverNumber(AddressString value)
Sets the value of the field handoverNumber.
|
Modifier and Type | Method and Description |
---|---|
static MAPPerformHandoverRes |
MAPPerformHandoverRes.copyOf(MAPPerformHandoverRes 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.sendPerformHandoverResponse(int invokeId,
MAPPerformHandoverRes result)
Issues a response to a performHandover_v1 operation on the dialog.
|
Constructor and Description |
---|
MAPPerformHandoverResultEvent(MAPDialog dialog,
TcapOperation operation,
MAPPerformHandoverRes argument,
int invokeId,
boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPPerformHandoverResultEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPPerformHandoverRes,MAPPerformHandoverRes,MAPProto.MAP_MS_DataTypes_ph1_PerformHandoverRes> |
MAPCodecs.MAP_MS_DataTypes_ph1_PerformHandoverRes
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-ph1.PerformHandoverRes
|
static PersistCodec<MAPPerformHandoverRes,MAPPerformHandoverRes,MAPProto.MAP_MS_DataTypes_ph1_PerformHandoverRes> |
MAPCodecs.MAP_MS_DataTypes_ph1_PerformHandoverRes
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-ph1.PerformHandoverRes
|