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 |
receiveErrorgetAllExecutionManagerTemplateInfos(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAllExecutionManagerTemplateInfos operation
|
void |
receiveErrorgetConfiguration(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getConfiguration operation
|
void |
receiveErrorgetConfigurationInfos(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getConfigurationInfos operation
|
void |
receiveErrorgetExecutionManagerTemplateInfo(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getExecutionManagerTemplateInfo operation
|
void |
receiveErrorsaveConfiguration(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from saveConfiguration operation
|
void |
receiveErrorsaveStreamMapping(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from saveStreamMapping 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 |
receiveResultgetAllExecutionManagerTemplateInfos(ExecutionManagerTemplateInfoDTO[] result)
auto generated Axis2 call back method for getAllExecutionManagerTemplateInfos method
override this method for handling normal response from getAllExecutionManagerTemplateInfos operation
|
void |
receiveResultgetConfiguration(ScenarioConfigurationDTO result)
auto generated Axis2 call back method for getConfiguration method
override this method for handling normal response from getConfiguration operation
|
void |
receiveResultgetConfigurationInfos(ScenarioConfigurationInfoDTO[] result)
auto generated Axis2 call back method for getConfigurationInfos method
override this method for handling normal response from getConfigurationInfos operation
|
void |
receiveResultgetExecutionManagerTemplateInfo(ExecutionManagerTemplateInfoDTO result)
auto generated Axis2 call back method for getExecutionManagerTemplateInfo method
override this method for handling normal response from getExecutionManagerTemplateInfo operation
|
void |
receiveResultsaveConfiguration(String[] result)
auto generated Axis2 call back method for saveConfiguration method
override this method for handling normal response from saveConfiguration operation
|
void |
receiveResultsaveStreamMapping(boolean result)
auto generated Axis2 call back method for saveStreamMapping method
override this method for handling normal response from saveStreamMapping 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 receiveResultsaveConfiguration(String[] result)
public void receiveErrorsaveConfiguration(Exception e)
public void receiveResultgetConfigurationInfos(ScenarioConfigurationInfoDTO[] result)
public void receiveErrorgetConfigurationInfos(Exception e)
public void receiveResultsaveStreamMapping(boolean result)
public void receiveErrorsaveStreamMapping(Exception e)
public void receiveResultgetConfiguration(ScenarioConfigurationDTO result)
public void receiveErrorgetConfiguration(Exception e)
public void receiveResultdeleteConfiguration(boolean result)
public void receiveErrordeleteConfiguration(Exception e)
public void receiveResultgetExecutionManagerTemplateInfo(ExecutionManagerTemplateInfoDTO result)
public void receiveErrorgetExecutionManagerTemplateInfo(Exception e)
public void receiveResultgetAllExecutionManagerTemplateInfos(ExecutionManagerTemplateInfoDTO[] result)
public void receiveErrorgetAllExecutionManagerTemplateInfos(Exception e)
Copyright © 2016 WSO2. All rights reserved.