Uses of Class
com.opencloud.slee.resources.cgin.map.MAPSendRoutingInfoForSMRes
-
Packages that use MAPSendRoutingInfoForSMRes 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. -
-
Uses of MAPSendRoutingInfoForSMRes in com.opencloud.slee.resources.cgin.map
Subclasses of MAPSendRoutingInfoForSMRes in com.opencloud.slee.resources.cgin.map Modifier and Type Class Description class
MAPRoutingInfoForSM_Res
API for MAP-SM-DataTypes.RoutingInfoForSM-Res.Methods in com.opencloud.slee.resources.cgin.map that return MAPSendRoutingInfoForSMRes Modifier and Type Method Description MAPSendRoutingInfoForSMRes
MAPSendRoutingInfoForSMRes. clone()
Constructs a copy of this object and everything reachable from it.static MAPSendRoutingInfoForSMRes
MAPSendRoutingInfoForSMRes. copyOf(MAPSendRoutingInfoForSMRes 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.MAPSendRoutingInfoForSMRes
MAPSendRoutingInfoForSMRes. setImsi(IMSIAddress value)
Sets the value of the field imsi.MAPSendRoutingInfoForSMRes
MAPSendRoutingInfoForSMRes. setLocationOrForwarding(MAPLocationOrForwarding value)
Sets the value of the field locationOrForwarding.MAPSendRoutingInfoForSMRes
MAPSendRoutingInfoForSMRes. setMwd_Set(boolean value)
Sets the value of the field mwd-Set and marks the field as present.MAPSendRoutingInfoForSMRes
MAPSendRoutingInfoForSMRes. setMwd_SetPresent(boolean flag)
Sets the presence or absence of the optional field mwd-Set.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPSendRoutingInfoForSMRes Modifier and Type Method Description static MAPRoutingInfoForSM_Res
MAPRoutingInfoForSM_Res. copyOf(MAPSendRoutingInfoForSMRes 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.static MAPSendRoutingInfoForSMRes
MAPSendRoutingInfoForSMRes. copyOf(MAPSendRoutingInfoForSMRes 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. sendSendRoutingInfoForSMResponse(int invokeId, MAPSendRoutingInfoForSMRes result)
Issues a (last) response to a sendRoutingInfoForSM_v1 operation on the dialog.void
MAPDialog. sendSendRoutingInfoForSMResponse(int invokeId, MAPSendRoutingInfoForSMRes result, boolean isLast)
Issues a response to a sendRoutingInfoForSM_v1 operation on the dialog. -
Uses of MAPSendRoutingInfoForSMRes in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPSendRoutingInfoForSMRes Constructor Description MAPSendRoutingInfoForSMResultEvent(MAPDialog dialog, TcapOperation operation, MAPSendRoutingInfoForSMRes argument, int invokeId, boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPSendRoutingInfoForSMResultEvent -
Uses of MAPSendRoutingInfoForSMRes in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPSendRoutingInfoForSMRes Modifier and Type Field Description static PersistCodec<MAPSendRoutingInfoForSMRes,MAPSendRoutingInfoForSMRes,MAPProto.MAP_SM_DataTypes_ph1_SendRoutingInfoForSMRes>
MAPCodecs. MAP_SM_DataTypes_ph1_SendRoutingInfoForSMRes
Singleton codec for the ASN.1 type: MAP-SM-DataTypes-ph1.SendRoutingInfoForSMResstatic PersistCodec<MAPSendRoutingInfoForSMRes,MAPSendRoutingInfoForSMRes,MAPProto.MAP_SM_DataTypes_ph1_SendRoutingInfoForSMRes>
MAPCodecs. MAP_SM_DataTypes_ph1_SendRoutingInfoForSMRes
Singleton codec for the ASN.1 type: MAP-SM-DataTypes-ph1.SendRoutingInfoForSMResstatic PersistCodec<MAPSendRoutingInfoForSMRes,MAPRoutingInfoForSM_Res,MAPProto.MAP_SM_DataTypes_RoutingInfoForSM_Res>
MAPCodecs. MAP_SM_DataTypes_RoutingInfoForSM_Res
Singleton codec for the ASN.1 type: MAP-SM-DataTypes.RoutingInfoForSM-Res
-