public abstract class ThrottleAdminServiceCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
ThrottleAdminServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
ThrottleAdminServiceCallbackHandler(Object clientData)
User can pass in any object that needs to be accessed once the NonBlocking
Web service call is finished and appropriate method of this CallBack is called.
|
Modifier and Type | Method and Description |
---|---|
Object |
getClientData()
Get the client data
|
void |
receiveErrordisengageThrottlingForOperation(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from disengageThrottlingForOperation operation
|
void |
receiveErrorengageThrottlingForOperation(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from engageThrottlingForOperation operation
|
void |
receiveErrorgetGlobalPolicyConfigs(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getGlobalPolicyConfigs operation
|
void |
receiveErrorgetOperationPolicyConfigs(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getOperationPolicyConfigs operation
|
void |
receiveErrorgetPolicyConfigs(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getPolicyConfigs operation
|
void |
receiveErrorthrottlePolicyToString(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from throttlePolicyToString operation
|
void |
receiveErrortoThrottlePolicy(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from toThrottlePolicy operation
|
void |
receiveResultdisengageThrottlingForOperation(boolean result)
auto generated Axis2 call back method for disengageThrottlingForOperation method
override this method for handling normal response from disengageThrottlingForOperation operation
|
void |
receiveResultengageThrottlingForOperation(boolean result)
auto generated Axis2 call back method for engageThrottlingForOperation method
override this method for handling normal response from engageThrottlingForOperation operation
|
void |
receiveResultgetGlobalPolicyConfigs(ThrottlePolicy result)
auto generated Axis2 call back method for getGlobalPolicyConfigs method
override this method for handling normal response from getGlobalPolicyConfigs operation
|
void |
receiveResultgetOperationPolicyConfigs(ThrottlePolicy result)
auto generated Axis2 call back method for getOperationPolicyConfigs method
override this method for handling normal response from getOperationPolicyConfigs operation
|
void |
receiveResultgetPolicyConfigs(ThrottlePolicy result)
auto generated Axis2 call back method for getPolicyConfigs method
override this method for handling normal response from getPolicyConfigs operation
|
void |
receiveResultthrottlePolicyToString(String result)
auto generated Axis2 call back method for throttlePolicyToString method
override this method for handling normal response from throttlePolicyToString operation
|
void |
receiveResulttoThrottlePolicy(ThrottlePolicy result)
auto generated Axis2 call back method for toThrottlePolicy method
override this method for handling normal response from toThrottlePolicy operation
|
protected Object clientData
public ThrottleAdminServiceCallbackHandler(Object clientData)
clientData
- Object mechanism by which the user can pass in user data
that will be avilable at the time this callback is called.public ThrottleAdminServiceCallbackHandler()
public Object getClientData()
public void receiveResultengageThrottlingForOperation(boolean result)
public void receiveErrorengageThrottlingForOperation(Exception e)
public void receiveResulttoThrottlePolicy(ThrottlePolicy result)
public void receiveErrortoThrottlePolicy(Exception e)
public void receiveResultdisengageThrottlingForOperation(boolean result)
public void receiveErrordisengageThrottlingForOperation(Exception e)
public void receiveResultthrottlePolicyToString(String result)
public void receiveErrorthrottlePolicyToString(Exception e)
public void receiveResultgetGlobalPolicyConfigs(ThrottlePolicy result)
public void receiveErrorgetGlobalPolicyConfigs(Exception e)
public void receiveResultgetPolicyConfigs(ThrottlePolicy result)
public void receiveErrorgetPolicyConfigs(Exception e)
public void receiveResultgetOperationPolicyConfigs(ThrottlePolicy result)
public void receiveErrorgetOperationPolicyConfigs(Exception e)
Copyright © 2022 WSO2. All rights reserved.