Uses of Class
com.opencloud.slee.resources.cgin.map.MAPSendRoutingInfoRes
-
Packages that use MAPSendRoutingInfoRes 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 MAPSendRoutingInfoRes in com.opencloud.slee.resources.cgin.map
Subclasses of MAPSendRoutingInfoRes in com.opencloud.slee.resources.cgin.map Modifier and Type Class Description class
MAPSendRoutingInfoRes_v3
API for MAP-CH-DataTypes.SendRoutingInfoRes-v3.Methods in com.opencloud.slee.resources.cgin.map that return MAPSendRoutingInfoRes Modifier and Type Method Description MAPSendRoutingInfoRes
MAPSendRoutingInfoRes. clone()
Constructs a copy of this object and everything reachable from it.static MAPSendRoutingInfoRes
MAPSendRoutingInfoRes. copyOf(MAPSendRoutingInfoRes 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.MAPSendRoutingInfoRes
MAPSendRoutingInfoRes. setCug_CheckInfo(MAPCUG_CheckInfo value)
Sets the value of the field cug-CheckInfo.MAPSendRoutingInfoRes
MAPSendRoutingInfoRes. setImsi(IMSIAddress value)
Sets the value of the field imsi.MAPSendRoutingInfoRes
MAPSendRoutingInfoRes. setRoutingInfo(MAPExtendedRoutingInfo value)
Sets the value of the field routingInfo.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPSendRoutingInfoRes Modifier and Type Method Description static MAPSendRoutingInfoRes_v3
MAPSendRoutingInfoRes_v3. copyOf(MAPSendRoutingInfoRes 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 MAPSendRoutingInfoRes
MAPSendRoutingInfoRes. copyOf(MAPSendRoutingInfoRes 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. sendSendRoutingInfoResponse(int invokeId, MAPSendRoutingInfoRes result)
Issues a (last) response to a sendRoutingInfo operation on the dialog.void
MAPDialog. sendSendRoutingInfoResponse(int invokeId, MAPSendRoutingInfoRes result, boolean isLast)
Issues a response to a sendRoutingInfo operation on the dialog. -
Uses of MAPSendRoutingInfoRes in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPSendRoutingInfoRes Constructor Description MAPSendRoutingInfoResultEvent(MAPDialog dialog, TcapOperation operation, MAPSendRoutingInfoRes argument, int invokeId, boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPSendRoutingInfoResultEvent -
Uses of MAPSendRoutingInfoRes in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPSendRoutingInfoRes Modifier and Type Field Description static PersistCodec<MAPSendRoutingInfoRes,MAPSendRoutingInfoRes,MAPProto.MAP_CH_DataTypes_ph2_SendRoutingInfoRes>
MAPCodecs. MAP_CH_DataTypes_ph2_SendRoutingInfoRes
Singleton codec for the ASN.1 type: MAP-CH-DataTypes-ph2.SendRoutingInfoResstatic PersistCodec<MAPSendRoutingInfoRes,MAPSendRoutingInfoRes,MAPProto.MAP_CH_DataTypes_ph2_SendRoutingInfoRes>
MAPCodecs. MAP_CH_DataTypes_ph2_SendRoutingInfoRes
Singleton codec for the ASN.1 type: MAP-CH-DataTypes-ph2.SendRoutingInfoResstatic PersistCodec<MAPSendRoutingInfoRes,MAPSendRoutingInfoRes_v3,MAPProto.MAP_CH_DataTypes_SendRoutingInfoRes_v3>
MAPCodecs. MAP_CH_DataTypes_SendRoutingInfoRes_v3
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.SendRoutingInfoRes-v3
-