Uses of Class
com.opencloud.slee.resources.cgin.map.MAPReadyForSM_Res
-
Packages that use MAPReadyForSM_Res Package Description com.opencloud.slee.resources.cgin.map Provides an API 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. -
-
Uses of MAPReadyForSM_Res in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPReadyForSM_Res Modifier and Type Method Description MAPReadyForSM_ResMAPReadyForSM_Res. clone()Constructs a copy of this object and everything reachable from it.static MAPReadyForSM_ResMAPReadyForSM_Res. copyOf(MAPReadyForSM_Res 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.MAPReadyForSM_ResMAPReadyForSM_Res. setExtensionContainer(MAPExtensionContainer value)Sets the value of the field extensionContainer.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPReadyForSM_Res Modifier and Type Method Description static MAPReadyForSM_ResMAPReadyForSM_Res. copyOf(MAPReadyForSM_Res 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.voidMAPDialog. sendReadyForSMResponse(int invokeId, MAPReadyForSM_Res result)Issues a (last) response to a readyForSM operation on the dialog.voidMAPDialog. sendReadyForSMResponse(int invokeId, MAPReadyForSM_Res result, boolean isLast)Issues a response to a readyForSM operation on the dialog. -
Uses of MAPReadyForSM_Res in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPReadyForSM_Res Modifier and Type Field Description static PersistCodec<MAPReadyForSM_Res,MAPReadyForSM_Res,MAPProto.MAP_SM_DataTypes_ReadyForSM_Res>MAPCodecs. MAP_SM_DataTypes_ReadyForSM_ResSingleton codec for the ASN.1 type: MAP-SM-DataTypes.ReadyForSM-Resstatic PersistCodec<MAPReadyForSM_Res,MAPReadyForSM_Res,MAPProto.MAP_SM_DataTypes_ReadyForSM_Res>MAPCodecs. MAP_SM_DataTypes_ReadyForSM_ResSingleton codec for the ASN.1 type: MAP-SM-DataTypes.ReadyForSM-Res
-