public abstract class ConfigServiceAdminCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
ConfigServiceAdminCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
ConfigServiceAdminCallbackHandler(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 |
receiveErroractivate(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from activate operation
|
void |
receiveErroraddExistingConfiguration(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from addExistingConfiguration operation
|
void |
receiveErrorcreate(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from create operation
|
void |
receiveErrordeleteConfiguration(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from deleteConfiguration operation
|
void |
receiveErrorgetConfiguration(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getConfiguration operation
|
void |
receiveErrorgetConfigurationList(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getConfigurationList operation
|
void |
receiveErrorsaveConfigurationToDisk(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from saveConfigurationToDisk operation
|
void |
receiveErrorupdateConfiguration(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from updateConfiguration operation
|
void |
receiveErrorvalidateConfiguration(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from validateConfiguration operation
|
void |
receiveResultactivate(boolean result)
auto generated Axis2 call back method for activate method
override this method for handling normal response from activate operation
|
void |
receiveResultaddExistingConfiguration(boolean result)
auto generated Axis2 call back method for addExistingConfiguration method
override this method for handling normal response from addExistingConfiguration operation
|
void |
receiveResultcreate(boolean result)
auto generated Axis2 call back method for create method
override this method for handling normal response from create operation
|
void |
receiveResultdeleteConfiguration(boolean result)
auto generated Axis2 call back method for deleteConfiguration method
override this method for handling normal response from deleteConfiguration operation
|
void |
receiveResultgetConfiguration(String result)
auto generated Axis2 call back method for getConfiguration method
override this method for handling normal response from getConfiguration operation
|
void |
receiveResultgetConfigurationList(ConfigurationInformation[] result)
auto generated Axis2 call back method for getConfigurationList method
override this method for handling normal response from getConfigurationList operation
|
void |
receiveResultsaveConfigurationToDisk(boolean result)
auto generated Axis2 call back method for saveConfigurationToDisk method
override this method for handling normal response from saveConfigurationToDisk operation
|
void |
receiveResultupdateConfiguration(boolean result)
auto generated Axis2 call back method for updateConfiguration method
override this method for handling normal response from updateConfiguration operation
|
void |
receiveResultvalidateConfiguration(ValidationError[] result)
auto generated Axis2 call back method for validateConfiguration method
override this method for handling normal response from validateConfiguration operation
|
protected Object clientData
public ConfigServiceAdminCallbackHandler(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 ConfigServiceAdminCallbackHandler()
public Object getClientData()
public void receiveResultgetConfiguration(String result)
public void receiveErrorgetConfiguration(Exception e)
public void receiveResultgetConfigurationList(ConfigurationInformation[] result)
public void receiveErrorgetConfigurationList(Exception e)
public void receiveResultaddExistingConfiguration(boolean result)
public void receiveErroraddExistingConfiguration(Exception e)
public void receiveResultdeleteConfiguration(boolean result)
public void receiveErrordeleteConfiguration(Exception e)
public void receiveResultcreate(boolean result)
public void receiveErrorcreate(Exception e)
public void receiveResultvalidateConfiguration(ValidationError[] result)
public void receiveErrorvalidateConfiguration(Exception e)
public void receiveResultactivate(boolean result)
public void receiveErroractivate(Exception e)
public void receiveResultsaveConfigurationToDisk(boolean result)
public void receiveErrorsaveConfigurationToDisk(Exception e)
public void receiveResultupdateConfiguration(boolean result)
public void receiveErrorupdateConfiguration(Exception e)
Copyright © 2019 WSO2. All rights reserved.