com.nutiteq.location.cellid
Class OpenCellIdService

java.lang.Object
  extended by com.nutiteq.location.cellid.OnlineCellIdService
      extended by com.nutiteq.location.cellid.OpenCellIdService
All Implemented Interfaces:
ResourceDataWaiter, ResourceRequestor, CellIdService

public class OpenCellIdService
extends OnlineCellIdService

CellId servic on top of OpenCellId


Constructor Summary
OpenCellIdService()
           
 
Method Summary
 java.lang.String createRequestUrl(java.lang.String cellId, java.lang.String lac, java.lang.String mcc, java.lang.String mnc)
           
 void parseResponse(CellIdResponseWaiter responseWaiter, java.lang.String response)
           
 
Methods inherited from class com.nutiteq.location.cellid.OnlineCellIdService
dataRetrieved, getCachingLevel, notifyError, resourcePath, retrieveLocation, setResponseWaiter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenCellIdService

public OpenCellIdService()
Method Detail

createRequestUrl

public java.lang.String createRequestUrl(java.lang.String cellId,
                                         java.lang.String lac,
                                         java.lang.String mcc,
                                         java.lang.String mnc)
Specified by:
createRequestUrl in class OnlineCellIdService

parseResponse

public void parseResponse(CellIdResponseWaiter responseWaiter,
                          java.lang.String response)
Specified by:
parseResponse in class OnlineCellIdService