public abstract class WebappAdminCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
WebappAdminCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
WebappAdminCallbackHandler(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 |
receiveErrordownloadWarFileHandler(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from downloadWarFileHandler operation
|
void |
receiveErrorgetActiveSessions(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getActiveSessions operation
|
void |
receiveErrorgetBamConfiguration(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getBamConfiguration operation
|
void |
receiveErrorgetPagedFaultyWebappsSummary(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getPagedFaultyWebappsSummary operation
|
void |
receiveErrorgetPagedWebappsSummary(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getPagedWebappsSummary operation
|
void |
receiveErrorgetStartedWebapp(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getStartedWebapp operation
|
void |
receiveErrorgetStoppedWebapp(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getStoppedWebapp operation
|
void |
receiveErrorgetVhostHolder(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getVhostHolder operation
|
void |
receiveErrorisDefaultVersionManagementEnabled(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from isDefaultVersionManagementEnabled operation
|
void |
receiveErrorisUnpackWARs(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from isUnpackWARs operation
|
void |
receiveErroruploadWebapp(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from uploadWebapp operation
|
void |
receiveResultdownloadWarFileHandler(DataHandler result)
auto generated Axis2 call back method for downloadWarFileHandler method
override this method for handling normal response from downloadWarFileHandler operation
|
void |
receiveResultgetActiveSessions(SessionsWrapper result)
auto generated Axis2 call back method for getActiveSessions method
override this method for handling normal response from getActiveSessions operation
|
void |
receiveResultgetBamConfiguration(String result)
auto generated Axis2 call back method for getBamConfiguration method
override this method for handling normal response from getBamConfiguration operation
|
void |
receiveResultgetPagedFaultyWebappsSummary(WebappsWrapper result)
auto generated Axis2 call back method for getPagedFaultyWebappsSummary method
override this method for handling normal response from getPagedFaultyWebappsSummary operation
|
void |
receiveResultgetPagedWebappsSummary(WebappsWrapper result)
auto generated Axis2 call back method for getPagedWebappsSummary method
override this method for handling normal response from getPagedWebappsSummary operation
|
void |
receiveResultgetStartedWebapp(WebappMetadata result)
auto generated Axis2 call back method for getStartedWebapp method
override this method for handling normal response from getStartedWebapp operation
|
void |
receiveResultgetStoppedWebapp(WebappMetadata result)
auto generated Axis2 call back method for getStoppedWebapp method
override this method for handling normal response from getStoppedWebapp operation
|
void |
receiveResultgetVhostHolder(VhostHolder result)
auto generated Axis2 call back method for getVhostHolder method
override this method for handling normal response from getVhostHolder operation
|
void |
receiveResultisDefaultVersionManagementEnabled(boolean result)
auto generated Axis2 call back method for isDefaultVersionManagementEnabled method
override this method for handling normal response from isDefaultVersionManagementEnabled operation
|
void |
receiveResultisUnpackWARs(boolean result)
auto generated Axis2 call back method for isUnpackWARs method
override this method for handling normal response from isUnpackWARs operation
|
void |
receiveResultuploadWebapp(boolean result)
auto generated Axis2 call back method for uploadWebapp method
override this method for handling normal response from uploadWebapp operation
|
protected Object clientData
public WebappAdminCallbackHandler(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 WebappAdminCallbackHandler()
public Object getClientData()
public void receiveResultgetStartedWebapp(WebappMetadata result)
public void receiveErrorgetStartedWebapp(Exception e)
public void receiveResultgetBamConfiguration(String result)
public void receiveErrorgetBamConfiguration(Exception e)
public void receiveResultgetStoppedWebapp(WebappMetadata result)
public void receiveErrorgetStoppedWebapp(Exception e)
public void receiveResultdownloadWarFileHandler(DataHandler result)
public void receiveErrordownloadWarFileHandler(Exception e)
public void receiveResultisUnpackWARs(boolean result)
public void receiveErrorisUnpackWARs(Exception e)
public void receiveResultgetActiveSessions(SessionsWrapper result)
public void receiveErrorgetActiveSessions(Exception e)
public void receiveResultuploadWebapp(boolean result)
public void receiveErroruploadWebapp(Exception e)
public void receiveResultgetPagedFaultyWebappsSummary(WebappsWrapper result)
public void receiveErrorgetPagedFaultyWebappsSummary(Exception e)
public void receiveResultisDefaultVersionManagementEnabled(boolean result)
public void receiveErrorisDefaultVersionManagementEnabled(Exception e)
public void receiveResultgetVhostHolder(VhostHolder result)
public void receiveErrorgetVhostHolder(Exception e)
public void receiveResultgetPagedWebappsSummary(WebappsWrapper result)
public void receiveErrorgetPagedWebappsSummary(Exception e)
Copyright © 2018 WSO2. All rights reserved.