com.signalsoftcorp.lst.provisioning
Class WPP10ResponseBase
java.lang.Object
|
+--com.signalsoftcorp.lst.provisioning.WPP10ResponseBase
- Direct Known Subclasses:
- WPP10Response, WPP10ResponseAdd, WPP10ResponseAddPermission, WPP10ResponseAuthenticate, WPP10ResponseGetClient, WPP10ResponseGetClientGroup, WPP10ResponseGetMERI, WPP10ResponseGetOperator, WPP10ResponseGetPermission, WPP10ResponseGetRole, WPP10ResponseGetSubscriber, WPP10ResponseGetVendor, WPP10ResponseListClientGroups, WPP10ResponseListClients, WPP10ResponseListMERIs, WPP10ResponseListOperators, WPP10ResponseListPermissions, WPP10ResponseListVendors
- public abstract class WPP10ResponseBase
- extends java.lang.Object
All response objects returned from provisioning interface methods inherits from this class.
Method Summary |
int |
getResponseCode()
gets the response status code |
java.lang.String |
getResponseDetail()
gets the response status detail |
void |
setResponseStatus(int responseCode,
java.lang.String responseDetail)
Sets the response status code and detail |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
responseCode
protected int responseCode
responseDetail
protected java.lang.String responseDetail
WPP10ResponseBase
public WPP10ResponseBase()
- Creates a WPP10ResponseBase object
WPP10ResponseBase
public WPP10ResponseBase(int responseCode)
- Creates a WPP10ResponseBase object
- Parameters:
responseCode
- the returned response status
WPP10ResponseBase
public WPP10ResponseBase(int responseCode,
java.lang.String responseDetail)
- Creates a WPP10ResponseBase object
- Parameters:
responseCode
- the returned response statusresponseDetail
- details of the returned response status
setResponseStatus
public void setResponseStatus(int responseCode,
java.lang.String responseDetail)
- Sets the response status code and detail
- Parameters:
responseCode
- the returned response statusresponseDetail
- details of the returned response status
getResponseCode
public int getResponseCode()
- gets the response status code
- Returns:
- the returned response status
getResponseDetail
public java.lang.String getResponseDetail()
- gets the response status detail
- Returns:
- the returned response detail text
Copyright © SignalSoft Corp. All Rights Reserved.