com.signalsoftcorp.lst.client
Class WVP10AuthenticationResponse

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

public class WVP10AuthenticationResponse
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_AUTHENTICATION_FAILED

Constructor Summary
WVP10AuthenticationResponse()
           
WVP10AuthenticationResponse(int responseCode)
           
WVP10AuthenticationResponse(int responseCode, java.lang.String responseDetail)
           
 
Methods inherited from class com.signalsoftcorp.lst.client.Response
getResponseCode, getResponseDetail, isOk, setDefaultDetail, setResponseCode, setResponseDetail, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WVP10AuthenticationResponse

public WVP10AuthenticationResponse()

WVP10AuthenticationResponse

public WVP10AuthenticationResponse(int responseCode)

WVP10AuthenticationResponse

public WVP10AuthenticationResponse(int responseCode,
                                   java.lang.String responseDetail)


Copyright © SignalSoft Corp. All Rights Reserved.