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 |
MAPInterrogateSS_Res
API for MAP-SS-DataTypes.InterrogateSS-Res.
|
Modifier and Type | Method and Description |
---|---|
MAPInterrogateSSRes_v1 |
MAPInterrogateSSRes_v1.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPInterrogateSSRes_v1 |
MAPInterrogateSSRes_v1.copyOf(MAPInterrogateSSRes_v1 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.
|
MAPInterrogateSSRes_v1 |
MAPInterrogateSSRes_v1.setActivesBasicServices(MAPExt_BasicServiceCode[] value)
Sets the value of the activesBasicServices choice.
|
MAPInterrogateSSRes_v1 |
MAPInterrogateSSRes_v1.setForwardedToNumber(AddressString value)
Sets the value of the forwardedToNumber choice.
|
MAPInterrogateSSRes_v1 |
MAPInterrogateSSRes_v1.setForwardingFeatureList(MAPForwardingFeature[] value)
Sets the value of the forwardingFeatureList choice.
|
MAPInterrogateSSRes_v1 |
MAPInterrogateSSRes_v1.setSs_Status(byte[] value)
Sets the value of the ss-Status choice.
|
Modifier and Type | Method and Description |
---|---|
static MAPInterrogateSS_Res |
MAPInterrogateSS_Res.copyOf(MAPInterrogateSSRes_v1 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 MAPInterrogateSSRes_v1 |
MAPInterrogateSSRes_v1.copyOf(MAPInterrogateSSRes_v1 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.sendInterrogateSSResponse(int invokeId,
MAPInterrogateSSRes_v1 result)
Issues a response to an interrogateSS_v1 operation on the dialog.
|
Constructor and Description |
---|
MAPInterrogateSSResultEvent(MAPDialog dialog,
TcapOperation operation,
MAPInterrogateSSRes_v1 argument,
int invokeId,
boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPInterrogateSSResultEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPInterrogateSSRes_v1,MAPInterrogateSS_Res,MAPProto.MAP_SS_DataTypes_InterrogateSS_Res> |
MAPCodecs.MAP_SS_DataTypes_InterrogateSS_Res
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.InterrogateSS-Res
|
static PersistCodec<MAPInterrogateSSRes_v1,MAPInterrogateSSRes_v1,MAPProto.MAP_SS_DataTypes_ph1_InterrogateSSRes_v1> |
MAPCodecs.MAP_SS_DataTypes_ph1_InterrogateSSRes_v1
Singleton codec for the ASN.1 type: MAP-SS-DataTypes-ph1.InterrogateSSRes-v1
|
static PersistCodec<MAPInterrogateSSRes_v1,MAPInterrogateSSRes_v1,MAPProto.MAP_SS_DataTypes_ph1_InterrogateSSRes_v1> |
MAPCodecs.MAP_SS_DataTypes_ph1_InterrogateSSRes_v1
Singleton codec for the ASN.1 type: MAP-SS-DataTypes-ph1.InterrogateSSRes-v1
|