com.signalsoftcorp.lst.client
Class WVP10InitResponse

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

public class WVP10InitResponse
extends Response

An instance of this class is returned by the method WVIMessaging.initiateVerifySubscriber.

See 'See also' section below for possible response codes.

See Also:
Constants.OK, Constants.SYSTEM_FAILURE, Constants.CLIENT_NOT_FOUND, Constants.CLIENT_AUTHENTICATION_FAILED, WVP10Constants.UNSUPPORTED_SUBSCRIBER_TYPE, WVP10Constants.SUBSCRIBERSTATUS_INVALIDCHECK, WVP10Constants.SUBSCRIBERSTATUS_TRANSFERRED, WVP10Constants.SUBSCRIBERSTATUS_NOFUNDS, WVP10Constants.SUBSCRIBERSTATUS_NOTSUBSCRIBER, WVP10Constants.SUBSCRIBERSTATUS_AUTHORIZATIONFAILED

Constructor Summary
WVP10InitResponse()
          Creates a WVP10InitResponse.
WVP10InitResponse(int responseCode)
          Creates a WVP10InitResponse.
WVP10InitResponse(int responseCode, java.lang.String verificationAlias)
          Creates a WVP10InitResponse.
 
Method Summary
 java.util.Date getTransferredDate()
          Get transerred date
 java.lang.String getVerificationAlias()
           
 void setTransferredDate(java.util.Date transferredDate)
          Sets the transferred date
 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

WVP10InitResponse

public WVP10InitResponse()
Creates a WVP10InitResponse.

WVP10InitResponse

public WVP10InitResponse(int responseCode)
Creates a WVP10InitResponse.
Parameters:
responseCode - the response code

WVP10InitResponse

public WVP10InitResponse(int responseCode,
                         java.lang.String verificationAlias)
Creates a WVP10InitResponse.
Parameters:
responseCode - the response code
verificationAlias - an alias to be used by the client to complete the verification process
Method Detail

getVerificationAlias

public java.lang.String getVerificationAlias()
Returns:
verificationAlias an alias to be used by the client to complete the verification process

setTransferredDate

public void setTransferredDate(java.util.Date transferredDate)
Sets the transferred date
Parameters:
transferredDate - the date the subscription was transferred

getTransferredDate

public java.util.Date getTransferredDate()
Get transerred date
Returns:
transferredDate the date the subscription was transferred

toString

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


Copyright © SignalSoft Corp. All Rights Reserved.