|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthr.tis.mgw.client.location.LocationManagerImpl
Implementation of LocationManager that uses Axis SOAP library for communication
with gateway's Parlay X web services.
RouteCredentialsHandler, for resolving security credentials specific
to route
LocationManager2Impl| Constructor Summary | |
LocationManagerImpl()
Deprecated. |
|
| Method Summary | |
Location |
getLocation(java.lang.String routeId,
java.lang.String requesterAddress,
java.lang.String endUserAddress,
Accuracy accuracy)
Deprecated. Returns location of mobile terminal if available. |
java.lang.String |
getMobileTerminalLocationPortURL()
Deprecated. |
RouteCredentialsHandler |
getRouteCredentialsHandler()
Deprecated. |
int |
getTimeout()
Deprecated. |
void |
setMobileTerminalLocationPortURL(java.lang.String mobileTerminalLocationPortURL)
Deprecated. |
void |
setRouteCredentialsHandler(RouteCredentialsHandler routeCredentialsHandler)
Deprecated. |
void |
setTimeout(int timeout)
Deprecated. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LocationManagerImpl()
| Method Detail |
public Location getLocation(java.lang.String routeId,
java.lang.String requesterAddress,
java.lang.String endUserAddress,
Accuracy accuracy)
throws UnknownEndUserAddressException,
GatewayException,
NoRouteCredentialsException,
java.rmi.RemoteException
LocationManager
getLocation in interface LocationManagerrouteId - route identifierrequesterAddress - requester address (MSISDN number or some other identifier)endUserAddress - target end user address (MSISDN number or some other identifier)accuracy - location accuracy
Location containing all relevant location data
java.rmi.RemoteException - when there was communication error with gateway
GatewayException - when gateway couldn't process request for some reason
NoRouteCredentialsException - when security credentials cannot be resolved for specified route
UnknownEndUserAddressException - when end user address was unknown
public void setMobileTerminalLocationPortURL(java.lang.String mobileTerminalLocationPortURL)
throws java.net.MalformedURLException
java.net.MalformedURLExceptionpublic java.lang.String getMobileTerminalLocationPortURL()
public void setRouteCredentialsHandler(RouteCredentialsHandler routeCredentialsHandler)
public RouteCredentialsHandler getRouteCredentialsHandler()
public int getTimeout()
public void setTimeout(int timeout)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||