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 |
MAPCancelLocationArg
API for MAP-MS-DataTypes.CancelLocationArg.
|
Modifier and Type | Method and Description |
---|---|
MAPCancelLocation_v1ArgSeq |
MAPCancelLocation_v1ArgSeq.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPCancelLocation_v1ArgSeq |
MAPCancelLocation_v1ArgSeq.copyOf(MAPCancelLocation_v1ArgSeq 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.
|
MAPCancelLocation_v1ArgSeq |
MAPCancelLocation_v1ArgSeq.setIdentity(MAPIdentity value)
Sets the value of the field identity.
|
Modifier and Type | Method and Description |
---|---|
static MAPCancelLocation_v1ArgSeq |
MAPCancelLocation_v1ArgSeq.copyOf(MAPCancelLocation_v1ArgSeq 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 MAPCancelLocationArg |
MAPCancelLocationArg.copyOf(MAPCancelLocation_v1ArgSeq 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.sendCancelLocation(long timeout,
MAPCancelLocation_v1ArgSeq argument)
Issues a cancelLocation_v1 operation request on the dialog.
|
Constructor and Description |
---|
MAPCancelLocationRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPCancelLocation_v1ArgSeq argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPCancelLocationRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPCancelLocation_v1ArgSeq,MAPCancelLocation_v1ArgSeq,MAPProto.MAP_MobileServiceOperations_ph1_cancelLocation_v1_CancelLocation_v1ArgSeq> |
MAPCodecs.MAP_MobileServiceOperations_ph1_cancelLocation_v1_CancelLocation_v1ArgSeq
Singleton codec for the ASN.1 type: MAP-MobileServiceOperations-ph1.cancelLocation-v1.CancelLocation-v1ArgSeq
|
static PersistCodec<MAPCancelLocation_v1ArgSeq,MAPCancelLocation_v1ArgSeq,MAPProto.MAP_MobileServiceOperations_ph1_cancelLocation_v1_CancelLocation_v1ArgSeq> |
MAPCodecs.MAP_MobileServiceOperations_ph1_cancelLocation_v1_CancelLocation_v1ArgSeq
Singleton codec for the ASN.1 type: MAP-MobileServiceOperations-ph1.cancelLocation-v1.CancelLocation-v1ArgSeq
|
static PersistCodec<MAPCancelLocation_v1ArgSeq,MAPCancelLocation_v1ArgSeq,MAPProto.MAP_MobileServiceOperations_R96_cancelLocation_CancelLocationArgSeq> |
MAPCodecs.MAP_MobileServiceOperations_R96_cancelLocation_CancelLocationArgSeq
Singleton codec for the ASN.1 type: MAP-MobileServiceOperations-R96.cancelLocation.CancelLocationArgSeq
|
static PersistCodec<MAPCancelLocation_v1ArgSeq,MAPCancelLocation_v1ArgSeq,MAPProto.MAP_MobileServiceOperations_R96_cancelLocation_CancelLocationArgSeq> |
MAPCodecs.MAP_MobileServiceOperations_R96_cancelLocation_CancelLocationArgSeq
Singleton codec for the ASN.1 type: MAP-MobileServiceOperations-R96.cancelLocation.CancelLocationArgSeq
|
static PersistCodec<MAPCancelLocation_v1ArgSeq,MAPCancelLocationArg,MAPProto.MAP_MS_DataTypes_CancelLocationArg> |
MAPCodecs.MAP_MS_DataTypes_CancelLocationArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.CancelLocationArg
|