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