public abstract class LocalEntryAdminServiceCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
LocalEntryAdminServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
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.
|
Modifier and Type | Method and Description |
---|---|
Object |
getClientData()
Get the client data
|
void |
receiveErroraddEntry(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from addEntry operation
|
void |
receiveErroraddEntryForTenant(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from addEntryForTenant operation
|
void |
receiveErrordeleteEntry(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from deleteEntry operation
|
void |
receiveErrordeleteEntryForTenant(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from deleteEntryForTenant operation
|
void |
receiveErrorentryData(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from entryData operation
|
void |
receiveErrorgetDependents(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getDependents operation
|
void |
receiveErrorgetEntry(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getEntry operation
|
void |
receiveErrorgetEntryDataCount(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getEntryDataCount operation
|
void |
receiveErrorgetEntryForTenant(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getEntryForTenant operation
|
void |
receiveErrorgetEntryNames(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getEntryNames operation
|
void |
receiveErrorgetEntryNamesString(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getEntryNamesString operation
|
void |
receiveErrorpaginatedEntryData(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from paginatedEntryData operation
|
void |
receiveErrorsaveEntry(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from saveEntry operation
|
void |
receiveErrorsaveEntryForTenant(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from saveEntryForTenant operation
|
void |
receiveResultaddEntry(boolean result)
auto generated Axis2 call back method for addEntry method
override this method for handling normal response from addEntry operation
|
void |
receiveResultaddEntryForTenant(boolean result)
auto generated Axis2 call back method for addEntryForTenant method
override this method for handling normal response from addEntryForTenant operation
|
void |
receiveResultdeleteEntry(boolean result)
auto generated Axis2 call back method for deleteEntry method
override this method for handling normal response from deleteEntry operation
|
void |
receiveResultdeleteEntryForTenant(boolean result)
auto generated Axis2 call back method for deleteEntryForTenant method
override this method for handling normal response from deleteEntryForTenant operation
|
void |
receiveResultentryData(EntryData[] result)
auto generated Axis2 call back method for entryData method
override this method for handling normal response from entryData operation
|
void |
receiveResultgetDependents(ConfigurationObject[] result)
auto generated Axis2 call back method for getDependents method
override this method for handling normal response from getDependents operation
|
void |
receiveResultgetEntry(Object result)
auto generated Axis2 call back method for getEntry method
override this method for handling normal response from getEntry operation
|
void |
receiveResultgetEntryDataCount(int result)
auto generated Axis2 call back method for getEntryDataCount method
override this method for handling normal response from getEntryDataCount operation
|
void |
receiveResultgetEntryForTenant(Object result)
auto generated Axis2 call back method for getEntryForTenant method
override this method for handling normal response from getEntryForTenant operation
|
void |
receiveResultgetEntryNames(String[] result)
auto generated Axis2 call back method for getEntryNames method
override this method for handling normal response from getEntryNames operation
|
void |
receiveResultgetEntryNamesString(String result)
auto generated Axis2 call back method for getEntryNamesString method
override this method for handling normal response from getEntryNamesString operation
|
void |
receiveResultpaginatedEntryData(EntryData[] result)
auto generated Axis2 call back method for paginatedEntryData method
override this method for handling normal response from paginatedEntryData operation
|
void |
receiveResultsaveEntry(boolean result)
auto generated Axis2 call back method for saveEntry method
override this method for handling normal response from saveEntry operation
|
void |
receiveResultsaveEntryForTenant(boolean result)
auto generated Axis2 call back method for saveEntryForTenant method
override this method for handling normal response from saveEntryForTenant operation
|
protected Object clientData
public LocalEntryAdminServiceCallbackHandler(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 LocalEntryAdminServiceCallbackHandler()
public Object getClientData()
public void receiveResultsaveEntryForTenant(boolean result)
public void receiveErrorsaveEntryForTenant(Exception e)
public void receiveResultdeleteEntry(boolean result)
public void receiveErrordeleteEntry(Exception e)
public void receiveResultaddEntry(boolean result)
public void receiveErroraddEntry(Exception e)
public void receiveResultentryData(EntryData[] result)
public void receiveErrorentryData(Exception e)
public void receiveResultgetEntry(Object result)
public void receiveErrorgetEntry(Exception e)
public void receiveResultgetEntryForTenant(Object result)
public void receiveErrorgetEntryForTenant(Exception e)
public void receiveResultpaginatedEntryData(EntryData[] result)
public void receiveErrorpaginatedEntryData(Exception e)
public void receiveResultsaveEntry(boolean result)
public void receiveErrorsaveEntry(Exception e)
public void receiveResultgetEntryNamesString(String result)
public void receiveErrorgetEntryNamesString(Exception e)
public void receiveResultgetEntryDataCount(int result)
public void receiveErrorgetEntryDataCount(Exception e)
public void receiveResultaddEntryForTenant(boolean result)
public void receiveErroraddEntryForTenant(Exception e)
public void receiveResultgetDependents(ConfigurationObject[] result)
public void receiveErrorgetDependents(Exception e)
public void receiveResultgetEntryNames(String[] result)
public void receiveErrorgetEntryNames(Exception e)
public void receiveResultdeleteEntryForTenant(boolean result)
public void receiveErrordeleteEntryForTenant(Exception e)
Copyright © 2021 WSO2. All rights reserved.