Class ApplicationAdminClient


  • public class ApplicationAdminClient
    extends Object
    • Field Detail

      • stub

        public org.wso2.carbon.application.mgt.stub.ApplicationAdminStub stub
    • Constructor Detail

      • ApplicationAdminClient

        public ApplicationAdminClient​(String cookie,
                                      String backendServerURL,
                                      org.apache.axis2.context.ConfigurationContext configCtx,
                                      Locale locale)
                               throws org.apache.axis2.AxisFault
        Throws:
        org.apache.axis2.AxisFault
    • Method Detail

      • getAllApps

        public String[] getAllApps()
                            throws org.apache.axis2.AxisFault
        Throws:
        org.apache.axis2.AxisFault
      • getAppData

        public org.wso2.carbon.application.mgt.stub.types.carbon.ApplicationMetadata getAppData​(String appNameWithVersion)
                                                                                         throws org.apache.axis2.AxisFault
        Throws:
        org.apache.axis2.AxisFault
      • deleteApp

        public void deleteApp​(String appNameWithVersion)
                       throws org.apache.axis2.AxisFault
        Throws:
        org.apache.axis2.AxisFault
      • getAllFaultyApps

        public String[] getAllFaultyApps()
                                  throws org.apache.axis2.AxisFault
        Throws:
        org.apache.axis2.AxisFault
      • getFaultException

        public String getFaultException​(String faultyAppName)
                                 throws org.apache.axis2.AxisFault
        Throws:
        org.apache.axis2.AxisFault
      • deleteFaultyApp

        public void deleteFaultyApp​(String[] faultyAppName)
                             throws org.apache.axis2.AxisFault
        Throws:
        org.apache.axis2.AxisFault
      • redeployApplication

        public void redeployApplication​(String appName)
                                 throws org.apache.axis2.AxisFault
        Throws:
        org.apache.axis2.AxisFault
      • redeployApplications

        public void redeployApplications​(String[] appNames)
                                  throws org.apache.axis2.AxisFault
        Throws:
        org.apache.axis2.AxisFault
      • downloadCappArchive

        public void downloadCappArchive​(String filename,
                                        javax.servlet.http.HttpServletResponse response)
                                 throws IOException,
                                        org.wso2.carbon.application.mgt.stub.ApplicationAdminExceptionException
        Throws:
        IOException
        org.wso2.carbon.application.mgt.stub.ApplicationAdminExceptionException