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 |
---|---|
MAPSIWFSSignallingModifyRes |
MAPSIWFSSignallingModifyRes.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSIWFSSignallingModifyRes |
MAPSIWFSSignallingModifyRes.copyOf(MAPSIWFSSignallingModifyRes 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.
|
MAPSIWFSSignallingModifyRes |
MAPSIWFSSignallingModifyRes.setChosenChannel(MAPExternalSignalInfo value)
Sets the value of the field chosenChannel.
|
MAPSIWFSSignallingModifyRes |
MAPSIWFSSignallingModifyRes.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
Modifier and Type | Method and Description |
---|---|
static MAPSIWFSSignallingModifyRes |
MAPSIWFSSignallingModifyRes.copyOf(MAPSIWFSSignallingModifyRes 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.sendSiwfs_SignallingModifyResponse(int invokeId,
MAPSIWFSSignallingModifyRes result)
Issues a response to a siwfs_SignallingModify operation on the dialog.
|
Constructor and Description |
---|
MAPSiwfs_SignallingModifyResultEvent(MAPDialog dialog,
TcapOperation operation,
MAPSIWFSSignallingModifyRes argument,
int invokeId,
boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPSiwfs_SignallingModifyResultEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPSIWFSSignallingModifyRes,MAPSIWFSSignallingModifyRes,MAPProto.MAP_CH_DataTypes_Rel5_SIWFSSignallingModifyRes> |
MAPCodecs.MAP_CH_DataTypes_Rel5_SIWFSSignallingModifyRes
Singleton codec for the ASN.1 type: MAP-CH-DataTypes-Rel5.SIWFSSignallingModifyRes
|
static PersistCodec<MAPSIWFSSignallingModifyRes,MAPSIWFSSignallingModifyRes,MAPProto.MAP_CH_DataTypes_Rel5_SIWFSSignallingModifyRes> |
MAPCodecs.MAP_CH_DataTypes_Rel5_SIWFSSignallingModifyRes
Singleton codec for the ASN.1 type: MAP-CH-DataTypes-Rel5.SIWFSSignallingModifyRes
|