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 |
MAPAbsentSubscriberParam
API for MAP-ER-DataTypes.AbsentSubscriberParam.
|
Modifier and Type | Method and Description |
---|---|
MAPAbsentSubscriberParSeq |
MAPAbsentSubscriberParSeq.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPAbsentSubscriberParSeq |
MAPAbsentSubscriberParSeq.copyOf(MAPAbsentSubscriberParSeq 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.
|
MAPAbsentSubscriberParSeq |
MAPAbsentSubscriberParSeq.setMwdSet(boolean value)
Sets the value of the field mwdSet and marks the field as present.
|
Modifier and Type | Method and Description |
---|---|
static MAPAbsentSubscriberParam |
MAPAbsentSubscriberParam.copyOf(MAPAbsentSubscriberParSeq 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 MAPAbsentSubscriberParSeq |
MAPAbsentSubscriberParSeq.copyOf(MAPAbsentSubscriberParSeq 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.sendAbsentSubscriberError(int invokeId,
MAPAbsentSubscriberParSeq error)
Issues an absentSubscriber_v1 error response for an operation on the dialog.
|
Constructor and Description |
---|
MAPAbsentSubscriberErrorEvent(MAPDialog dialog,
TcapOperation operation,
TcapError error,
MAPAbsentSubscriberParSeq parameter,
int invokeId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPAbsentSubscriberErrorEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPAbsentSubscriberParSeq,MAPAbsentSubscriberParam,MAPProto.MAP_ER_DataTypes_AbsentSubscriberParam> |
MAPCodecs.MAP_ER_DataTypes_AbsentSubscriberParam
Singleton codec for the ASN.1 type: MAP-ER-DataTypes.AbsentSubscriberParam
|
static PersistCodec<MAPAbsentSubscriberParSeq,MAPAbsentSubscriberParSeq,MAPProto.MAP_Errors_ph1_absentSubscriber_v1_AbsentSubscriberParSeq> |
MAPCodecs.MAP_Errors_ph1_absentSubscriber_v1_AbsentSubscriberParSeq
Singleton codec for the ASN.1 type: MAP-Errors-ph1.absentSubscriber-v1.AbsentSubscriberParSeq
|
static PersistCodec<MAPAbsentSubscriberParSeq,MAPAbsentSubscriberParSeq,MAPProto.MAP_Errors_ph1_absentSubscriber_v1_AbsentSubscriberParSeq> |
MAPCodecs.MAP_Errors_ph1_absentSubscriber_v1_AbsentSubscriberParSeq
Singleton codec for the ASN.1 type: MAP-Errors-ph1.absentSubscriber-v1.AbsentSubscriberParSeq
|