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 |
---|---|
MAPSS_IncompatibilityCause |
MAPSS_IncompatibilityCause.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSS_IncompatibilityCause |
MAPSS_IncompatibilityCause.copyOf(MAPSS_IncompatibilityCause 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.
|
MAPSS_IncompatibilityCause |
MAPSS_IncompatibilityCause.setBasicService(MAPBasicServiceCode value)
Sets the value of the field basicService.
|
MAPSS_IncompatibilityCause |
MAPSS_IncompatibilityCause.setSs_Code(SSCode value)
Sets the value of the field ss-Code.
|
MAPSS_IncompatibilityCause |
MAPSS_IncompatibilityCause.setSs_Status(byte[] value)
Sets the value of the field ss-Status.
|
Modifier and Type | Method and Description |
---|---|
static MAPSS_IncompatibilityCause |
MAPSS_IncompatibilityCause.copyOf(MAPSS_IncompatibilityCause 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.sendSs_IncompatibilityError(int invokeId,
MAPSS_IncompatibilityCause error)
Issues a ss_Incompatibility error response for an operation on the dialog.
|
Constructor and Description |
---|
MAPSs_IncompatibilityErrorEvent(MAPDialog dialog,
TcapOperation operation,
TcapError error,
MAPSS_IncompatibilityCause parameter,
int invokeId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPSs_IncompatibilityErrorEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPSS_IncompatibilityCause,MAPSS_IncompatibilityCause,MAPProto.MAP_ER_DataTypes_SS_IncompatibilityCause> |
MAPCodecs.MAP_ER_DataTypes_SS_IncompatibilityCause
Singleton codec for the ASN.1 type: MAP-ER-DataTypes.SS-IncompatibilityCause
|
static PersistCodec<MAPSS_IncompatibilityCause,MAPSS_IncompatibilityCause,MAPProto.MAP_ER_DataTypes_SS_IncompatibilityCause> |
MAPCodecs.MAP_ER_DataTypes_SS_IncompatibilityCause
Singleton codec for the ASN.1 type: MAP-ER-DataTypes.SS-IncompatibilityCause
|