public abstract class DataServiceAdminCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
DataServiceAdminCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
DataServiceAdminCallbackHandler(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 |
receiveErrorgetAllRoles(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAllRoles operation
|
void |
receiveErrorgetAvailableDS(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAvailableDS operation
|
void |
receiveErrorgetCarbonDataSourceNames(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getCarbonDataSourceNames operation
|
void |
receiveErrorgetCarbonDataSourceNamesForTypes(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getCarbonDataSourceNamesForTypes operation
|
void |
receiveErrorgetCarbonDataSourceType(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getCarbonDataSourceType operation
|
void |
receiveErrorgetDataServiceContentAsString(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getDataServiceContentAsString operation
|
void |
receiveErrorgetdbSchemaList(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getdbSchemaList operation
|
void |
receiveErrorgetDSService(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getDSService operation
|
void |
receiveErrorgetDSServiceList(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getDSServiceList operation
|
void |
receiveErrorgetInputMappingNames(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getInputMappingNames operation
|
void |
receiveErrorgetOutputColumnNames(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getOutputColumnNames operation
|
void |
receiveErrorgetPaginatedSchemaInfo(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getPaginatedSchemaInfo operation
|
void |
receiveErrorgetPaginatedTableInfo(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getPaginatedTableInfo operation
|
void |
receiveErrorgetTableList(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getTableList operation
|
void |
receiveErrorisDSNameAvailable(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from isDSNameAvailable operation
|
void |
receiveErrortestGSpreadConnection(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from testGSpreadConnection operation
|
void |
receiveErrortestJDBCConnection(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from testJDBCConnection operation
|
void |
receiveErrorvalidateJSONMapping(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from validateJSONMapping operation
|
void |
receiveResultgetAllRoles(String[] result)
auto generated Axis2 call back method for getAllRoles method
override this method for handling normal response from getAllRoles operation
|
void |
receiveResultgetAvailableDS(String[] result)
auto generated Axis2 call back method for getAvailableDS method
override this method for handling normal response from getAvailableDS operation
|
void |
receiveResultgetCarbonDataSourceNames(String[] result)
auto generated Axis2 call back method for getCarbonDataSourceNames method
override this method for handling normal response from getCarbonDataSourceNames operation
|
void |
receiveResultgetCarbonDataSourceNamesForTypes(String[] result)
auto generated Axis2 call back method for getCarbonDataSourceNamesForTypes method
override this method for handling normal response from getCarbonDataSourceNamesForTypes operation
|
void |
receiveResultgetCarbonDataSourceType(String result)
auto generated Axis2 call back method for getCarbonDataSourceType method
override this method for handling normal response from getCarbonDataSourceType operation
|
void |
receiveResultgetDataServiceContentAsString(String result)
auto generated Axis2 call back method for getDataServiceContentAsString method
override this method for handling normal response from getDataServiceContentAsString operation
|
void |
receiveResultgetdbSchemaList(String[] result)
auto generated Axis2 call back method for getdbSchemaList method
override this method for handling normal response from getdbSchemaList operation
|
void |
receiveResultgetDSService(String result)
auto generated Axis2 call back method for getDSService method
override this method for handling normal response from getDSService operation
|
void |
receiveResultgetDSServiceList(String[] result)
auto generated Axis2 call back method for getDSServiceList method
override this method for handling normal response from getDSServiceList operation
|
void |
receiveResultgetInputMappingNames(String[] result)
auto generated Axis2 call back method for getInputMappingNames method
override this method for handling normal response from getInputMappingNames operation
|
void |
receiveResultgetOutputColumnNames(String[] result)
auto generated Axis2 call back method for getOutputColumnNames method
override this method for handling normal response from getOutputColumnNames operation
|
void |
receiveResultgetPaginatedSchemaInfo(PaginatedTableInfo result)
auto generated Axis2 call back method for getPaginatedSchemaInfo method
override this method for handling normal response from getPaginatedSchemaInfo operation
|
void |
receiveResultgetPaginatedTableInfo(PaginatedTableInfo result)
auto generated Axis2 call back method for getPaginatedTableInfo method
override this method for handling normal response from getPaginatedTableInfo operation
|
void |
receiveResultgetTableList(String[] result)
auto generated Axis2 call back method for getTableList method
override this method for handling normal response from getTableList operation
|
void |
receiveResultisDSNameAvailable(boolean result)
auto generated Axis2 call back method for isDSNameAvailable method
override this method for handling normal response from isDSNameAvailable operation
|
void |
receiveResulttestGSpreadConnection(String result)
auto generated Axis2 call back method for testGSpreadConnection method
override this method for handling normal response from testGSpreadConnection operation
|
void |
receiveResulttestJDBCConnection(String result)
auto generated Axis2 call back method for testJDBCConnection method
override this method for handling normal response from testJDBCConnection operation
|
void |
receiveResultvalidateJSONMapping(String result)
auto generated Axis2 call back method for validateJSONMapping method
override this method for handling normal response from validateJSONMapping operation
|
protected Object clientData
public DataServiceAdminCallbackHandler(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 DataServiceAdminCallbackHandler()
public Object getClientData()
public void receiveResultisDSNameAvailable(boolean result)
public void receiveErrorisDSNameAvailable(Exception e)
public void receiveResultgetAvailableDS(String[] result)
public void receiveErrorgetAvailableDS(Exception e)
public void receiveResulttestGSpreadConnection(String result)
public void receiveErrortestGSpreadConnection(Exception e)
public void receiveResultgetAllRoles(String[] result)
public void receiveErrorgetAllRoles(Exception e)
public void receiveResultgetDataServiceContentAsString(String result)
public void receiveErrorgetDataServiceContentAsString(Exception e)
public void receiveResultgetdbSchemaList(String[] result)
public void receiveErrorgetdbSchemaList(Exception e)
public void receiveResultvalidateJSONMapping(String result)
public void receiveErrorvalidateJSONMapping(Exception e)
public void receiveResultgetInputMappingNames(String[] result)
public void receiveErrorgetInputMappingNames(Exception e)
public void receiveResultgetPaginatedTableInfo(PaginatedTableInfo result)
public void receiveErrorgetPaginatedTableInfo(Exception e)
public void receiveResultgetCarbonDataSourceType(String result)
public void receiveErrorgetCarbonDataSourceType(Exception e)
public void receiveResultgetPaginatedSchemaInfo(PaginatedTableInfo result)
public void receiveErrorgetPaginatedSchemaInfo(Exception e)
public void receiveResulttestJDBCConnection(String result)
public void receiveErrortestJDBCConnection(Exception e)
public void receiveResultgetDSServiceList(String[] result)
public void receiveErrorgetDSServiceList(Exception e)
public void receiveResultgetOutputColumnNames(String[] result)
public void receiveErrorgetOutputColumnNames(Exception e)
public void receiveResultgetDSService(String result)
public void receiveErrorgetDSService(Exception e)
public void receiveResultgetCarbonDataSourceNamesForTypes(String[] result)
public void receiveErrorgetCarbonDataSourceNamesForTypes(Exception e)
public void receiveResultgetCarbonDataSourceNames(String[] result)
public void receiveErrorgetCarbonDataSourceNames(Exception e)
public void receiveResultgetTableList(String[] result)
public void receiveErrorgetTableList(Exception e)
Copyright © 2019 WSO2. All rights reserved.