Package org.wso2.carbon.webapp.mgt.stub
Class WebappAdminCallbackHandler
java.lang.Object
org.wso2.carbon.webapp.mgt.stub.WebappAdminCallbackHandler
WebappAdminCallbackHandler Callback class, Users can extend this class and implement
their own receiveResult and receiveError methods.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPlease use this constructor if you don't want to set any clientDataWebappAdminCallbackHandler(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
Modifier and TypeMethodDescriptionGet the client datavoidauto generated Axis2 Error handler override this method for handling error response from downloadWarFileHandler operationvoidauto generated Axis2 Error handler override this method for handling error response from getActiveSessions operationvoidauto generated Axis2 Error handler override this method for handling error response from getBamConfiguration operationvoidauto generated Axis2 Error handler override this method for handling error response from getPagedFaultyWebappsSummary operationvoidauto generated Axis2 Error handler override this method for handling error response from getPagedWebappsSummary operationvoidauto generated Axis2 Error handler override this method for handling error response from getStartedWebapp operationvoidauto generated Axis2 Error handler override this method for handling error response from getStoppedWebapp operationvoidauto generated Axis2 Error handler override this method for handling error response from getVhostHolder operationvoidauto generated Axis2 Error handler override this method for handling error response from isDefaultVersionManagementEnabled operationvoidauto generated Axis2 Error handler override this method for handling error response from isUnpackWARs operationvoidauto generated Axis2 Error handler override this method for handling error response from uploadWebapp operationvoidauto generated Axis2 call back method for downloadWarFileHandler method override this method for handling normal response from downloadWarFileHandler operationvoidauto generated Axis2 call back method for getActiveSessions method override this method for handling normal response from getActiveSessions operationvoidauto generated Axis2 call back method for getBamConfiguration method override this method for handling normal response from getBamConfiguration operationvoidauto generated Axis2 call back method for getPagedFaultyWebappsSummary method override this method for handling normal response from getPagedFaultyWebappsSummary operationvoidauto generated Axis2 call back method for getPagedWebappsSummary method override this method for handling normal response from getPagedWebappsSummary operationvoidauto generated Axis2 call back method for getStartedWebapp method override this method for handling normal response from getStartedWebapp operationvoidauto generated Axis2 call back method for getStoppedWebapp method override this method for handling normal response from getStoppedWebapp operationvoidauto generated Axis2 call back method for getVhostHolder method override this method for handling normal response from getVhostHolder operationvoidreceiveResultisDefaultVersionManagementEnabled(boolean result) auto generated Axis2 call back method for isDefaultVersionManagementEnabled method override this method for handling normal response from isDefaultVersionManagementEnabled operationvoidreceiveResultisUnpackWARs(boolean result) auto generated Axis2 call back method for isUnpackWARs method override this method for handling normal response from isUnpackWARs operationvoidreceiveResultuploadWebapp(boolean result) auto generated Axis2 call back method for uploadWebapp method override this method for handling normal response from uploadWebapp operation
-
Field Details
-
clientData
-
-
Constructor Details
-
WebappAdminCallbackHandler
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.
-
WebappAdminCallbackHandler
public WebappAdminCallbackHandler()Please use this constructor if you don't want to set any clientData
-
-
Method Details
-
getClientData
Get the client data -
receiveResultgetStartedWebapp
auto generated Axis2 call back method for getStartedWebapp method override this method for handling normal response from getStartedWebapp operation -
receiveErrorgetStartedWebapp
auto generated Axis2 Error handler override this method for handling error response from getStartedWebapp operation -
receiveResultgetBamConfiguration
auto generated Axis2 call back method for getBamConfiguration method override this method for handling normal response from getBamConfiguration operation -
receiveErrorgetBamConfiguration
auto generated Axis2 Error handler override this method for handling error response from getBamConfiguration operation -
receiveResultgetStoppedWebapp
auto generated Axis2 call back method for getStoppedWebapp method override this method for handling normal response from getStoppedWebapp operation -
receiveErrorgetStoppedWebapp
auto generated Axis2 Error handler override this method for handling error response from getStoppedWebapp operation -
receiveResultdownloadWarFileHandler
auto generated Axis2 call back method for downloadWarFileHandler method override this method for handling normal response from downloadWarFileHandler operation -
receiveErrordownloadWarFileHandler
auto generated Axis2 Error handler override this method for handling error response from downloadWarFileHandler operation -
receiveResultisUnpackWARs
public void receiveResultisUnpackWARs(boolean result) auto generated Axis2 call back method for isUnpackWARs method override this method for handling normal response from isUnpackWARs operation -
receiveErrorisUnpackWARs
auto generated Axis2 Error handler override this method for handling error response from isUnpackWARs operation -
receiveResultgetActiveSessions
auto generated Axis2 call back method for getActiveSessions method override this method for handling normal response from getActiveSessions operation -
receiveErrorgetActiveSessions
auto generated Axis2 Error handler override this method for handling error response from getActiveSessions operation -
receiveResultuploadWebapp
public void receiveResultuploadWebapp(boolean result) auto generated Axis2 call back method for uploadWebapp method override this method for handling normal response from uploadWebapp operation -
receiveErroruploadWebapp
auto generated Axis2 Error handler override this method for handling error response from uploadWebapp operation -
receiveResultgetPagedFaultyWebappsSummary
auto generated Axis2 call back method for getPagedFaultyWebappsSummary method override this method for handling normal response from getPagedFaultyWebappsSummary operation -
receiveErrorgetPagedFaultyWebappsSummary
auto generated Axis2 Error handler override this method for handling error response from getPagedFaultyWebappsSummary operation -
receiveResultisDefaultVersionManagementEnabled
public void receiveResultisDefaultVersionManagementEnabled(boolean result) auto generated Axis2 call back method for isDefaultVersionManagementEnabled method override this method for handling normal response from isDefaultVersionManagementEnabled operation -
receiveErrorisDefaultVersionManagementEnabled
auto generated Axis2 Error handler override this method for handling error response from isDefaultVersionManagementEnabled operation -
receiveResultgetVhostHolder
auto generated Axis2 call back method for getVhostHolder method override this method for handling normal response from getVhostHolder operation -
receiveErrorgetVhostHolder
auto generated Axis2 Error handler override this method for handling error response from getVhostHolder operation -
receiveResultgetPagedWebappsSummary
auto generated Axis2 call back method for getPagedWebappsSummary method override this method for handling normal response from getPagedWebappsSummary operation -
receiveErrorgetPagedWebappsSummary
auto generated Axis2 Error handler override this method for handling error response from getPagedWebappsSummary operation
-