public abstract class ExecutionManagerAdminServiceCallbackHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Object |
clientData |
| Constructor and Description |
|---|
ExecutionManagerAdminServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
ExecutionManagerAdminServiceCallbackHandler(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 |
receiveErrordeleteConfiguration(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from deleteConfiguration operation
|
void |
receiveErrorgetAllDomains(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAllDomains operation
|
void |
receiveErrorgetAllDomainsInfo(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAllDomainsInfo operation
|
void |
receiveErrorgetConfiguration(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getConfiguration operation
|
void |
receiveErrorgetConfigurationInfo(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getConfigurationInfo operation
|
void |
receiveErrorgetConfigurations(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getConfigurations operation
|
void |
receiveErrorgetConfigurationsInfo(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getConfigurationsInfo operation
|
void |
receiveErrorgetDomain(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getDomain operation
|
void |
receiveErrorgetDomainInfo(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getDomainInfo operation
|
void |
receiveErrorsaveConfiguration(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from saveConfiguration 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 |
receiveResultgetAllDomains(TemplateDomainDTO[] result)
auto generated Axis2 call back method for getAllDomains method
override this method for handling normal response from getAllDomains operation
|
void |
receiveResultgetAllDomainsInfo(TemplateDomainInfoDTO[] result)
auto generated Axis2 call back method for getAllDomainsInfo method
override this method for handling normal response from getAllDomainsInfo operation
|
void |
receiveResultgetConfiguration(TemplateConfigurationDTO result)
auto generated Axis2 call back method for getConfiguration method
override this method for handling normal response from getConfiguration operation
|
void |
receiveResultgetConfigurationInfo(TemplateConfigurationInfoDTO result)
auto generated Axis2 call back method for getConfigurationInfo method
override this method for handling normal response from getConfigurationInfo operation
|
void |
receiveResultgetConfigurations(TemplateConfigurationDTO[] result)
auto generated Axis2 call back method for getConfigurations method
override this method for handling normal response from getConfigurations operation
|
void |
receiveResultgetConfigurationsInfo(TemplateConfigurationInfoDTO[] result)
auto generated Axis2 call back method for getConfigurationsInfo method
override this method for handling normal response from getConfigurationsInfo operation
|
void |
receiveResultgetDomain(TemplateDomainDTO result)
auto generated Axis2 call back method for getDomain method
override this method for handling normal response from getDomain operation
|
void |
receiveResultgetDomainInfo(TemplateDomainInfoDTO result)
auto generated Axis2 call back method for getDomainInfo method
override this method for handling normal response from getDomainInfo operation
|
void |
receiveResultsaveConfiguration(boolean result)
auto generated Axis2 call back method for saveConfiguration method
override this method for handling normal response from saveConfiguration operation
|
protected Object clientData
public ExecutionManagerAdminServiceCallbackHandler(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 ExecutionManagerAdminServiceCallbackHandler()
public Object getClientData()
public void receiveResultgetAllDomains(TemplateDomainDTO[] result)
public void receiveErrorgetAllDomains(Exception e)
public void receiveResultsaveConfiguration(boolean result)
public void receiveErrorsaveConfiguration(Exception e)
public void receiveResultgetDomain(TemplateDomainDTO result)
public void receiveErrorgetDomain(Exception e)
public void receiveResultgetDomainInfo(TemplateDomainInfoDTO result)
public void receiveErrorgetDomainInfo(Exception e)
public void receiveResultgetConfigurationsInfo(TemplateConfigurationInfoDTO[] result)
public void receiveErrorgetConfigurationsInfo(Exception e)
public void receiveResultgetConfigurations(TemplateConfigurationDTO[] result)
public void receiveErrorgetConfigurations(Exception e)
public void receiveResultgetConfigurationInfo(TemplateConfigurationInfoDTO result)
public void receiveErrorgetConfigurationInfo(Exception e)
public void receiveResultgetConfiguration(TemplateConfigurationDTO result)
public void receiveErrorgetConfiguration(Exception e)
public void receiveResultdeleteConfiguration(boolean result)
public void receiveErrordeleteConfiguration(Exception e)
public void receiveResultgetAllDomainsInfo(TemplateDomainInfoDTO[] result)
public void receiveErrorgetAllDomainsInfo(Exception e)
Copyright © 2015 WSO2. All rights reserved.