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 |
---|---|
MAPSIWFSSignallingModifyArg |
MAPSIWFSSignallingModifyArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSIWFSSignallingModifyArg |
MAPSIWFSSignallingModifyArg.copyOf(MAPSIWFSSignallingModifyArg 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.
|
MAPSIWFSSignallingModifyArg |
MAPSIWFSSignallingModifyArg.setChannelType(MAPExternalSignalInfo value)
Sets the value of the field channelType.
|
MAPSIWFSSignallingModifyArg |
MAPSIWFSSignallingModifyArg.setChosenChannel(MAPExternalSignalInfo value)
Sets the value of the field chosenChannel.
|
MAPSIWFSSignallingModifyArg |
MAPSIWFSSignallingModifyArg.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
Modifier and Type | Method and Description |
---|---|
static MAPSIWFSSignallingModifyArg |
MAPSIWFSSignallingModifyArg.copyOf(MAPSIWFSSignallingModifyArg 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.
|
int |
MAPDialog.sendSiwfs_SignallingModify(long timeout,
MAPSIWFSSignallingModifyArg argument)
Issues a siwfs_SignallingModify operation request on the dialog.
|
Constructor and Description |
---|
MAPSiwfs_SignallingModifyRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPSIWFSSignallingModifyArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPSiwfs_SignallingModifyRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPSIWFSSignallingModifyArg,MAPSIWFSSignallingModifyArg,MAPProto.MAP_CH_DataTypes_Rel5_SIWFSSignallingModifyArg> |
MAPCodecs.MAP_CH_DataTypes_Rel5_SIWFSSignallingModifyArg
Singleton codec for the ASN.1 type: MAP-CH-DataTypes-Rel5.SIWFSSignallingModifyArg
|
static PersistCodec<MAPSIWFSSignallingModifyArg,MAPSIWFSSignallingModifyArg,MAPProto.MAP_CH_DataTypes_Rel5_SIWFSSignallingModifyArg> |
MAPCodecs.MAP_CH_DataTypes_Rel5_SIWFSSignallingModifyArg
Singleton codec for the ASN.1 type: MAP-CH-DataTypes-Rel5.SIWFSSignallingModifyArg
|