com.signalsoftcorp.lst.client
Class WBP10BillingResponse

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

public class WBP10BillingResponse
extends Response

An instance of this class is returned by a call WBIBilling.sendEvent.

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

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

Constructor Summary
WBP10BillingResponse()
           
WBP10BillingResponse(int code)
           
WBP10BillingResponse(int code, java.lang.String detail)
           
 
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

WBP10BillingResponse

public WBP10BillingResponse()

WBP10BillingResponse

public WBP10BillingResponse(int code)

WBP10BillingResponse

public WBP10BillingResponse(int code,
                            java.lang.String detail)


Copyright © SignalSoft Corp. All Rights Reserved.