com.signalsoftcorp.lst.client
Class WVP10CompletionResponse
java.lang.Object
|
+--com.signalsoftcorp.lst.client.Response
|
+--com.signalsoftcorp.lst.client.WVP10CompletionResponse
- public class WVP10CompletionResponse
- extends Response
An instance of this class is returnded by a call to WVIMessaging.completeVerifySubscriber
.
See 'See also' section below for possible response codes.
- See Also:
Constants.OK
,
Constants.SYSTEM_FAILURE
,
Constants.CLIENT_AUTHENTICATION_FAILED
,
Constants.SUBSCRIBER_NOT_FOUND
,
WVP10Constants.INCORRECT_VERIFICATIONALIAS
,
WVP10Constants.PERMISSION_DOES_NOT_EXIST
,
WVP10Constants.PSID_ALREADY_EXISTS
,
WVP10Constants.WRONG_PIN
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WVP10CompletionResponse
public WVP10CompletionResponse()
- Creates a WVP10CompletionResponse
WVP10CompletionResponse
public WVP10CompletionResponse(int responseCode)
- Creates a WVP10CompletionResponse
- Parameters:
responseCode
- The status from the method call
WVP10CompletionResponse
public WVP10CompletionResponse(int responseCode,
SubscriberId subscriber)
- Creates a WVP10CompletionResponse
- Parameters:
responseCode
- The status from the method callsubscriber
- Persistant subscriber id (PSID)
getSubscriber
public SubscriberId getSubscriber()
- Returns:
- subscriber Persistant subscriber id (PSID)
toString
public java.lang.String toString()
- Overrides:
toString
in class Response
Copyright © SignalSoft Corp. All Rights Reserved.