Uses of Class
com.opencloud.slee.resources.cgin.map.MAPSendRoutingInformationRes
-
Packages that use MAPSendRoutingInformationRes 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 MAPSendRoutingInformationRes in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPSendRoutingInformationRes Modifier and Type Method Description MAPSendRoutingInformationResMAPSendRoutingInformationRes. clone()Constructs a copy of this object and everything reachable from it.static MAPSendRoutingInformationResMAPSendRoutingInformationRes. copyOf(MAPSendRoutingInformationRes 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.MAPSendRoutingInformationResMAPSendRoutingInformationRes. setImsi(IMSIAddress value)Sets the value of the field imsi.MAPSendRoutingInformationResMAPSendRoutingInformationRes. setRoutingInfo(MAPSendRoutingInformationRes.RoutingInfo value)Sets the value of the field routingInfo.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPSendRoutingInformationRes Modifier and Type Method Description static MAPSendRoutingInformationResMAPSendRoutingInformationRes. copyOf(MAPSendRoutingInformationRes 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. sendSendRoutingInformationResponse(int invokeId, MAPSendRoutingInformationRes result)Issues a (last) response to a sendRoutingInformation_v1 operation on the dialog.voidMAPDialog. sendSendRoutingInformationResponse(int invokeId, MAPSendRoutingInformationRes result, boolean isLast)Issues a response to a sendRoutingInformation_v1 operation on the dialog. -
Uses of MAPSendRoutingInformationRes in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPSendRoutingInformationRes Constructor Description MAPSendRoutingInformationResultEvent(MAPDialog dialog, TcapOperation operation, MAPSendRoutingInformationRes argument, int invokeId, boolean lastResult)Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPSendRoutingInformationResultEvent -
Uses of MAPSendRoutingInformationRes in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPSendRoutingInformationRes Modifier and Type Field Description static PersistCodec<MAPSendRoutingInformationRes,MAPSendRoutingInformationRes,MAPProto.MAP_CH_DataTypes_ph1_SendRoutingInformationRes>MAPCodecs. MAP_CH_DataTypes_ph1_SendRoutingInformationResSingleton codec for the ASN.1 type: MAP-CH-DataTypes-ph1.SendRoutingInformationResstatic PersistCodec<MAPSendRoutingInformationRes,MAPSendRoutingInformationRes,MAPProto.MAP_CH_DataTypes_ph1_SendRoutingInformationRes>MAPCodecs. MAP_CH_DataTypes_ph1_SendRoutingInformationResSingleton codec for the ASN.1 type: MAP-CH-DataTypes-ph1.SendRoutingInformationRes
-