public abstract class ApplicationAdminCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
ApplicationAdminCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
ApplicationAdminCallbackHandler(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 |
receiveErrordownloadCappArchive(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from downloadCappArchive operation
|
void |
receiveErrorgetAppData(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAppData operation
|
void |
receiveErrorgetFaultException(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getFaultException operation
|
void |
receiveErrorlistAllApplications(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from listAllApplications operation
|
void |
receiveErrorlistAllFaultyApplications(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from listAllFaultyApplications operation
|
void |
receiveResultdownloadCappArchive(DataHandler result)
auto generated Axis2 call back method for downloadCappArchive method
override this method for handling normal response from downloadCappArchive operation
|
void |
receiveResultgetAppData(ApplicationMetadata result)
auto generated Axis2 call back method for getAppData method
override this method for handling normal response from getAppData operation
|
void |
receiveResultgetFaultException(String result)
auto generated Axis2 call back method for getFaultException method
override this method for handling normal response from getFaultException operation
|
void |
receiveResultlistAllApplications(String[] result)
auto generated Axis2 call back method for listAllApplications method
override this method for handling normal response from listAllApplications operation
|
void |
receiveResultlistAllFaultyApplications(String[] result)
auto generated Axis2 call back method for listAllFaultyApplications method
override this method for handling normal response from listAllFaultyApplications operation
|
protected Object clientData
public ApplicationAdminCallbackHandler(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 ApplicationAdminCallbackHandler()
public Object getClientData()
public void receiveResultlistAllFaultyApplications(String[] result)
public void receiveErrorlistAllFaultyApplications(Exception e)
public void receiveResultlistAllApplications(String[] result)
public void receiveErrorlistAllApplications(Exception e)
public void receiveResultgetFaultException(String result)
public void receiveErrorgetFaultException(Exception e)
public void receiveResultdownloadCappArchive(DataHandler result)
public void receiveErrordownloadCappArchive(Exception e)
public void receiveResultgetAppData(ApplicationMetadata result)
public void receiveErrorgetAppData(Exception e)
Copyright © 2018 WSO2. All rights reserved.