com.signalsoftcorp.lst.provisioning
Class WPP10ResponseGetClient

java.lang.Object
  |
  +--com.signalsoftcorp.lst.provisioning.WPP10ResponseBase
        |
        +--com.signalsoftcorp.lst.provisioning.WPP10ResponseGetClient

public class WPP10ResponseGetClient
extends WPP10ResponseBase

A WPP10ResponseGetClient object is returned by the getClient method.


Fields inherited from class com.signalsoftcorp.lst.provisioning.WPP10ResponseBase
responseCode, responseDetail
 
Constructor Summary
WPP10ResponseGetClient()
          creates an WPP10ResponseGetClient object
 
Method Summary
 WPP10Client getClient()
          Get the client returned on successfull completion
 void setClient(WPP10Client client)
          Set the client to return on successfull completion
 
Methods inherited from class com.signalsoftcorp.lst.provisioning.WPP10ResponseBase
getResponseCode, getResponseDetail, setResponseStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WPP10ResponseGetClient

public WPP10ResponseGetClient()
creates an WPP10ResponseGetClient object
Method Detail

setClient

public void setClient(WPP10Client client)
Set the client to return on successfull completion
Parameters:
client - client to return

getClient

public WPP10Client getClient()
Get the client returned on successfull completion
Returns:
client


Copyright © SignalSoft Corp. All Rights Reserved.