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 |
MAPUpdateLocationRes
API for MAP-MS-DataTypes.UpdateLocationRes.
|
Modifier and Type | Method and Description |
---|---|
MAPUpdateLocation_v1ResSeq |
MAPUpdateLocation_v1ResSeq.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPUpdateLocation_v1ResSeq |
MAPUpdateLocation_v1ResSeq.copyOf(MAPUpdateLocation_v1ResSeq 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.
|
MAPUpdateLocation_v1ResSeq |
MAPUpdateLocation_v1ResSeq.setHlr_Number(AddressString value)
Sets the value of the field hlr-Number.
|
Modifier and Type | Method and Description |
---|---|
static MAPUpdateLocation_v1ResSeq |
MAPUpdateLocation_v1ResSeq.copyOf(MAPUpdateLocation_v1ResSeq 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 MAPUpdateLocationRes |
MAPUpdateLocationRes.copyOf(MAPUpdateLocation_v1ResSeq 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.sendUpdateLocationResponse(int invokeId,
MAPUpdateLocation_v1ResSeq result)
Issues a response to an updateLocation_v1 operation on the dialog.
|
Constructor and Description |
---|
MAPUpdateLocationResultEvent(MAPDialog dialog,
TcapOperation operation,
MAPUpdateLocation_v1ResSeq argument,
int invokeId,
boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPUpdateLocationResultEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPUpdateLocation_v1ResSeq,MAPUpdateLocation_v1ResSeq,MAPProto.MAP_MobileServiceOperations_ph1_updateLocation_v1_UpdateLocation_v1ResSeq> |
MAPCodecs.MAP_MobileServiceOperations_ph1_updateLocation_v1_UpdateLocation_v1ResSeq
Singleton codec for the ASN.1 type: MAP-MobileServiceOperations-ph1.updateLocation-v1.UpdateLocation-v1ResSeq
|
static PersistCodec<MAPUpdateLocation_v1ResSeq,MAPUpdateLocation_v1ResSeq,MAPProto.MAP_MobileServiceOperations_ph1_updateLocation_v1_UpdateLocation_v1ResSeq> |
MAPCodecs.MAP_MobileServiceOperations_ph1_updateLocation_v1_UpdateLocation_v1ResSeq
Singleton codec for the ASN.1 type: MAP-MobileServiceOperations-ph1.updateLocation-v1.UpdateLocation-v1ResSeq
|
static PersistCodec<MAPUpdateLocation_v1ResSeq,MAPUpdateLocationRes,MAPProto.MAP_MS_DataTypes_UpdateLocationRes> |
MAPCodecs.MAP_MS_DataTypes_UpdateLocationRes
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.UpdateLocationRes
|