Class LocalEntryAdminServiceCallbackHandler
- java.lang.Object
-
- org.wso2.carbon.localentry.stub.types.LocalEntryAdminServiceCallbackHandler
-
public abstract class LocalEntryAdminServiceCallbackHandler extends Object
LocalEntryAdminServiceCallbackHandler Callback class, Users can extend this class and implement their own receiveResult and receiveError methods.
-
-
Field Summary
Fields Modifier and Type Field Description protected Object
clientData
-
Constructor Summary
Constructors Constructor Description LocalEntryAdminServiceCallbackHandler()
Please use this constructor if you don't want to set any clientDataLocalEntryAdminServiceCallbackHandler(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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getClientData()
Get the client datavoid
receiveErroraddEntry(Exception e)
auto generated Axis2 Error handler override this method for handling error response from addEntry operationvoid
receiveErroraddEntryForTenant(Exception e)
auto generated Axis2 Error handler override this method for handling error response from addEntryForTenant operationvoid
receiveErrordeleteEntry(Exception e)
auto generated Axis2 Error handler override this method for handling error response from deleteEntry operationvoid
receiveErrordeleteEntryForTenant(Exception e)
auto generated Axis2 Error handler override this method for handling error response from deleteEntryForTenant operationvoid
receiveErrorentryData(Exception e)
auto generated Axis2 Error handler override this method for handling error response from entryData operationvoid
receiveErrorgetDependents(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getDependents operationvoid
receiveErrorgetEntry(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getEntry operationvoid
receiveErrorgetEntryDataCount(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getEntryDataCount operationvoid
receiveErrorgetEntryForTenant(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getEntryForTenant operationvoid
receiveErrorgetEntryNames(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getEntryNames operationvoid
receiveErrorgetEntryNamesString(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getEntryNamesString operationvoid
receiveErrorpaginatedEntryData(Exception e)
auto generated Axis2 Error handler override this method for handling error response from paginatedEntryData operationvoid
receiveErrorsaveEntry(Exception e)
auto generated Axis2 Error handler override this method for handling error response from saveEntry operationvoid
receiveErrorsaveEntryForTenant(Exception e)
auto generated Axis2 Error handler override this method for handling error response from saveEntryForTenant operationvoid
receiveResultaddEntry(boolean result)
auto generated Axis2 call back method for addEntry method override this method for handling normal response from addEntry operationvoid
receiveResultaddEntryForTenant(boolean result)
auto generated Axis2 call back method for addEntryForTenant method override this method for handling normal response from addEntryForTenant operationvoid
receiveResultdeleteEntry(boolean result)
auto generated Axis2 call back method for deleteEntry method override this method for handling normal response from deleteEntry operationvoid
receiveResultdeleteEntryForTenant(boolean result)
auto generated Axis2 call back method for deleteEntryForTenant method override this method for handling normal response from deleteEntryForTenant operationvoid
receiveResultentryData(EntryData[] result)
auto generated Axis2 call back method for entryData method override this method for handling normal response from entryData operationvoid
receiveResultgetDependents(ConfigurationObject[] result)
auto generated Axis2 call back method for getDependents method override this method for handling normal response from getDependents operationvoid
receiveResultgetEntry(Object result)
auto generated Axis2 call back method for getEntry method override this method for handling normal response from getEntry operationvoid
receiveResultgetEntryDataCount(int result)
auto generated Axis2 call back method for getEntryDataCount method override this method for handling normal response from getEntryDataCount operationvoid
receiveResultgetEntryForTenant(Object result)
auto generated Axis2 call back method for getEntryForTenant method override this method for handling normal response from getEntryForTenant operationvoid
receiveResultgetEntryNames(String[] result)
auto generated Axis2 call back method for getEntryNames method override this method for handling normal response from getEntryNames operationvoid
receiveResultgetEntryNamesString(String result)
auto generated Axis2 call back method for getEntryNamesString method override this method for handling normal response from getEntryNamesString operationvoid
receiveResultpaginatedEntryData(EntryData[] result)
auto generated Axis2 call back method for paginatedEntryData method override this method for handling normal response from paginatedEntryData operationvoid
receiveResultsaveEntry(boolean result)
auto generated Axis2 call back method for saveEntry method override this method for handling normal response from saveEntry operationvoid
receiveResultsaveEntryForTenant(boolean result)
auto generated Axis2 call back method for saveEntryForTenant method override this method for handling normal response from saveEntryForTenant operation
-
-
-
Field Detail
-
clientData
protected Object clientData
-
-
Constructor Detail
-
LocalEntryAdminServiceCallbackHandler
public LocalEntryAdminServiceCallbackHandler(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.- Parameters:
clientData
- Object mechanism by which the user can pass in user data that will be avilable at the time this callback is called.
-
LocalEntryAdminServiceCallbackHandler
public LocalEntryAdminServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData
-
-
Method Detail
-
getClientData
public Object getClientData()
Get the client data
-
receiveResultsaveEntryForTenant
public void receiveResultsaveEntryForTenant(boolean result)
auto generated Axis2 call back method for saveEntryForTenant method override this method for handling normal response from saveEntryForTenant operation
-
receiveErrorsaveEntryForTenant
public void receiveErrorsaveEntryForTenant(Exception e)
auto generated Axis2 Error handler override this method for handling error response from saveEntryForTenant operation
-
receiveResultdeleteEntry
public void receiveResultdeleteEntry(boolean result)
auto generated Axis2 call back method for deleteEntry method override this method for handling normal response from deleteEntry operation
-
receiveErrordeleteEntry
public void receiveErrordeleteEntry(Exception e)
auto generated Axis2 Error handler override this method for handling error response from deleteEntry operation
-
receiveResultaddEntry
public void receiveResultaddEntry(boolean result)
auto generated Axis2 call back method for addEntry method override this method for handling normal response from addEntry operation
-
receiveErroraddEntry
public void receiveErroraddEntry(Exception e)
auto generated Axis2 Error handler override this method for handling error response from addEntry operation
-
receiveResultentryData
public void receiveResultentryData(EntryData[] result)
auto generated Axis2 call back method for entryData method override this method for handling normal response from entryData operation
-
receiveErrorentryData
public void receiveErrorentryData(Exception e)
auto generated Axis2 Error handler override this method for handling error response from entryData operation
-
receiveResultgetEntry
public void receiveResultgetEntry(Object result)
auto generated Axis2 call back method for getEntry method override this method for handling normal response from getEntry operation
-
receiveErrorgetEntry
public void receiveErrorgetEntry(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getEntry operation
-
receiveResultgetEntryForTenant
public void receiveResultgetEntryForTenant(Object result)
auto generated Axis2 call back method for getEntryForTenant method override this method for handling normal response from getEntryForTenant operation
-
receiveErrorgetEntryForTenant
public void receiveErrorgetEntryForTenant(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getEntryForTenant operation
-
receiveResultpaginatedEntryData
public void receiveResultpaginatedEntryData(EntryData[] result)
auto generated Axis2 call back method for paginatedEntryData method override this method for handling normal response from paginatedEntryData operation
-
receiveErrorpaginatedEntryData
public void receiveErrorpaginatedEntryData(Exception e)
auto generated Axis2 Error handler override this method for handling error response from paginatedEntryData operation
-
receiveResultsaveEntry
public void receiveResultsaveEntry(boolean result)
auto generated Axis2 call back method for saveEntry method override this method for handling normal response from saveEntry operation
-
receiveErrorsaveEntry
public void receiveErrorsaveEntry(Exception e)
auto generated Axis2 Error handler override this method for handling error response from saveEntry operation
-
receiveResultgetEntryNamesString
public void receiveResultgetEntryNamesString(String result)
auto generated Axis2 call back method for getEntryNamesString method override this method for handling normal response from getEntryNamesString operation
-
receiveErrorgetEntryNamesString
public void receiveErrorgetEntryNamesString(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getEntryNamesString operation
-
receiveResultgetEntryDataCount
public void receiveResultgetEntryDataCount(int result)
auto generated Axis2 call back method for getEntryDataCount method override this method for handling normal response from getEntryDataCount operation
-
receiveErrorgetEntryDataCount
public void receiveErrorgetEntryDataCount(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getEntryDataCount operation
-
receiveResultaddEntryForTenant
public void receiveResultaddEntryForTenant(boolean result)
auto generated Axis2 call back method for addEntryForTenant method override this method for handling normal response from addEntryForTenant operation
-
receiveErroraddEntryForTenant
public void receiveErroraddEntryForTenant(Exception e)
auto generated Axis2 Error handler override this method for handling error response from addEntryForTenant operation
-
receiveResultgetDependents
public void receiveResultgetDependents(ConfigurationObject[] result)
auto generated Axis2 call back method for getDependents method override this method for handling normal response from getDependents operation
-
receiveErrorgetDependents
public void receiveErrorgetDependents(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getDependents operation
-
receiveResultgetEntryNames
public void receiveResultgetEntryNames(String[] result)
auto generated Axis2 call back method for getEntryNames method override this method for handling normal response from getEntryNames operation
-
receiveErrorgetEntryNames
public void receiveErrorgetEntryNames(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getEntryNames operation
-
receiveResultdeleteEntryForTenant
public void receiveResultdeleteEntryForTenant(boolean result)
auto generated Axis2 call back method for deleteEntryForTenant method override this method for handling normal response from deleteEntryForTenant operation
-
receiveErrordeleteEntryForTenant
public void receiveErrordeleteEntryForTenant(Exception e)
auto generated Axis2 Error handler override this method for handling error response from deleteEntryForTenant operation
-
-