com.signalsoftcorp.lst.client
Class WLP10LocationResponse

java.lang.Object
  |
  +--com.signalsoftcorp.lst.client.Response
        |
        +--com.signalsoftcorp.lst.client.WLP10LocationResponse

public class WLP10LocationResponse
extends Response

WLP10LocationResponse is the response object returned by a call to WLILocation.getLocation.

See Also:
Constants.OK, Constants.SYSTEM_FAILURE, Constants.SUBSCRIBER_NOT_FOUND, Constants.INVALID_SUBSCRIBER_ID, Constants.INCORRECT_PASSWORD, Constants.CLIENT_NOT_FOUND, Constants.CLIENT_AUTHENTICATION_FAILED, WLP10Constants.CONGESTION_IN_LOCATION_SERVER, WLP10Constants.CONGESTION_IN_MOBILE_NETWORK, WLP10Constants.TOO_MANY_POSITION_ITEMS, WLP10Constants.FORMAT_ERROR, WLP10Constants.SYNTAX_ERROR, WLP10Constants.INVALID_PROTOCOL_ELEMENT_VALUE, WLP10Constants.INVALID_PROTOCOL_ELEMENT_ATTRIBUTE, WLP10Constants.PROTOCOL_ELEMENT_VALUE_NOT_SUPPORTED, WLP10Constants.QOP_NOT_ATTAINABLE, WLP10Constants.POSITIONING_NOT_ALLOWED, WLP10Constants.DISALLOWED_BY_LOCAL_REGULATIONS, WLP10Constants.MISCONFIGURATION_OF_LOCATION_SERVER

Constructor Summary
WLP10LocationResponse()
           
WLP10LocationResponse(WLP10Position[] wLI10Position)
           
WLP10LocationResponse(WLP10Position[] wLI10Position, int code)
           
WLP10LocationResponse(WLP10Position[] wLI10Position, int code, java.lang.String detail)
           
 
Method Summary
 WLP10Position[] getWLP10Position()
          The actual position of mobile stations.
 java.lang.String toString()
           
 
Methods inherited from class com.signalsoftcorp.lst.client.Response
getResponseCode, getResponseDetail, isOk, setDefaultDetail, setResponseCode, setResponseDetail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WLP10LocationResponse

public WLP10LocationResponse()

WLP10LocationResponse

public WLP10LocationResponse(WLP10Position[] wLI10Position)

WLP10LocationResponse

public WLP10LocationResponse(WLP10Position[] wLI10Position,
                             int code)

WLP10LocationResponse

public WLP10LocationResponse(WLP10Position[] wLI10Position,
                             int code,
                             java.lang.String detail)
Method Detail

getWLP10Position

public WLP10Position[] getWLP10Position()
The actual position of mobile stations. See MLP300Position.
Returns:
MLP300Position[] MLP300Position[] contains the actual position of mobile stations.

toString

public java.lang.String toString()
Overrides:
toString in class Response


Copyright © SignalSoft Corp. All Rights Reserved.