com.signalsoftcorp.lst.client
Class WVP10RemoveSubscriberResponse

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

public class WVP10RemoveSubscriberResponse
extends Response

An instance of this class is returned by the method WVIValidation.removeSubscriberFromClient(java.lang.String, java.lang.String, com.signalsoftcorp.lst.client.SubscriberId).

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

See Also:
Constants.OK, Constants.SYSTEM_FAILURE, Constants.INVALID_ARGUMENT, Constants.UNSUPPORTED_SUBSCRIBER_TYPE, Constants.CLIENT_AUTHENTICATION_FAILED, Constants.SUBSCRIBER_NOT_FOUND, WVP10Constants.INCORRECT_VERIFICATIONALIAS, WVP10Constants.PERMISSION_DOES_NOT_EXIST

Constructor Summary
WVP10RemoveSubscriberResponse()
           
WVP10RemoveSubscriberResponse(int responseCode)
           
WVP10RemoveSubscriberResponse(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

WVP10RemoveSubscriberResponse

public WVP10RemoveSubscriberResponse()

WVP10RemoveSubscriberResponse

public WVP10RemoveSubscriberResponse(int responseCode)

WVP10RemoveSubscriberResponse

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


Copyright © SignalSoft Corp. All Rights Reserved.