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 |
receiveErrordeleteEntry(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from deleteEntry 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 |
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 |
receiveResultaddEntry(boolean result)
auto generated Axis2 call back method for addEntry method
override this method for handling normal response from addEntry 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 |
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 |
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
|
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 receiveResultpaginatedEntryData(EntryData[] result)
public void receiveErrorpaginatedEntryData(Exception e)
public void receiveResultgetEntryNamesString(String result)
public void receiveErrorgetEntryNamesString(Exception e)
public void receiveResultgetEntryNames(String[] result)
public void receiveErrorgetEntryNames(Exception e)
public void receiveResultaddEntry(boolean result)
public void receiveErroraddEntry(Exception e)
public void receiveResultgetDependents(ConfigurationObject[] result)
public void receiveErrorgetDependents(Exception e)
public void receiveResultsaveEntry(boolean result)
public void receiveErrorsaveEntry(Exception e)
public void receiveResultentryData(EntryData[] result)
public void receiveErrorentryData(Exception e)
public void receiveResultgetEntry(Object result)
public void receiveErrorgetEntry(Exception e)
public void receiveResultgetEntryDataCount(int result)
public void receiveErrorgetEntryDataCount(Exception e)
public void receiveResultdeleteEntry(boolean result)
public void receiveErrordeleteEntry(Exception e)
Copyright © 2017 WSO2. All rights reserved.