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 |
MAPProcessAccessSignalling_Arg_v3
API for MAP-MS-DataTypes.ProcessAccessSignalling-Arg-v3.
|
Modifier and Type | Method and Description |
---|---|
MAPProcessAccessSignalling_Arg |
MAPProcessAccessSignalling_Arg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPProcessAccessSignalling_Arg |
MAPProcessAccessSignalling_Arg.copyOf(MAPProcessAccessSignalling_Arg 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.
|
MAPProcessAccessSignalling_Arg |
MAPProcessAccessSignalling_Arg.setR98(MAPExternalSignalInfo value)
Sets the value of the r98 choice.
|
Modifier and Type | Method and Description |
---|---|
static MAPProcessAccessSignalling_Arg_v3 |
MAPProcessAccessSignalling_Arg_v3.copyOf(MAPProcessAccessSignalling_Arg 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 MAPProcessAccessSignalling_Arg |
MAPProcessAccessSignalling_Arg.copyOf(MAPProcessAccessSignalling_Arg 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.sendProcessAccessSignalling(MAPProcessAccessSignalling_Arg argument)
Issues a processAccessSignalling operation request on the dialog.
|
Constructor and Description |
---|
MAPProcessAccessSignallingRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPProcessAccessSignalling_Arg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPProcessAccessSignallingRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPProcessAccessSignalling_Arg,MAPProcessAccessSignalling_Arg_v3,MAPProto.MAP_MS_DataTypes_ProcessAccessSignalling_Arg_v3> |
MAPCodecs.MAP_MS_DataTypes_ProcessAccessSignalling_Arg_v3
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.ProcessAccessSignalling-Arg-v3
|
static PersistCodec<MAPProcessAccessSignalling_Arg,MAPProcessAccessSignalling_Arg,MAPProto.MAP_MS_DataTypes_R98_ProcessAccessSignalling_Arg> |
MAPCodecs.MAP_MS_DataTypes_R98_ProcessAccessSignalling_Arg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-R98.ProcessAccessSignalling-Arg
|
static PersistCodec<MAPProcessAccessSignalling_Arg,MAPProcessAccessSignalling_Arg,MAPProto.MAP_MS_DataTypes_R98_ProcessAccessSignalling_Arg> |
MAPCodecs.MAP_MS_DataTypes_R98_ProcessAccessSignalling_Arg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-R98.ProcessAccessSignalling-Arg
|