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 |
---|---|
MAPRegisterCC_EntryRes |
MAPRegisterCC_EntryRes.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPRegisterCC_EntryRes |
MAPRegisterCC_EntryRes.copyOf(MAPRegisterCC_EntryRes 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.
|
MAPRegisterCC_EntryRes |
MAPRegisterCC_EntryRes.setCcbs_Feature(MAPCCBS_Feature value)
Sets the value of the field ccbs-Feature.
|
Modifier and Type | Method and Description |
---|---|
static MAPRegisterCC_EntryRes |
MAPRegisterCC_EntryRes.copyOf(MAPRegisterCC_EntryRes 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.sendRegisterCC_EntryResponse(int invokeId,
MAPRegisterCC_EntryRes result)
Issues a response to a registerCC_Entry operation on the dialog.
|
Constructor and Description |
---|
MAPRegisterCC_EntryResultEvent(MAPDialog dialog,
TcapOperation operation,
MAPRegisterCC_EntryRes argument,
int invokeId,
boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPRegisterCC_EntryResultEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPRegisterCC_EntryRes,MAPRegisterCC_EntryRes,MAPProto.MAP_SS_DataTypes_RegisterCC_EntryRes> |
MAPCodecs.MAP_SS_DataTypes_RegisterCC_EntryRes
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.RegisterCC-EntryRes
|
static PersistCodec<MAPRegisterCC_EntryRes,MAPRegisterCC_EntryRes,MAPProto.MAP_SS_DataTypes_RegisterCC_EntryRes> |
MAPCodecs.MAP_SS_DataTypes_RegisterCC_EntryRes
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.RegisterCC-EntryRes
|