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