Class ModuleManagementClient

java.lang.Object
org.wso2.carbon.module.mgt.ui.client.ModuleManagementClient

public class ModuleManagementClient extends Object
  • Field Details

    • stub

      public org.wso2.carbon.module.mgt.stub.ModuleAdminServiceStub stub
  • Constructor Details

    • ModuleManagementClient

      public ModuleManagementClient(org.apache.axis2.context.ConfigurationContext configCtx, String backendServerURL, String cookie, boolean mtom) throws org.apache.axis2.AxisFault
      Throws:
      org.apache.axis2.AxisFault
  • Method Details

    • getModuleInfo

      public org.wso2.carbon.module.mgt.stub.types.ModuleMetaData getModuleInfo(String moduleName, String moduleVersion) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
      Throws:
      org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
    • uploadService

      public void uploadService(org.wso2.carbon.module.mgt.stub.types.ModuleUploadData[] moduleUploadData) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
      Throws:
      org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
    • listModules

      public org.wso2.carbon.module.mgt.stub.types.ModuleMetaData[] listModules() throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
      Throws:
      org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
    • listModulesForOperation

      public org.wso2.carbon.module.mgt.stub.types.ModuleMetaData[] listModulesForOperation(String serviceName, String operationName) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
      Throws:
      org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
    • listModulesForService

      public org.wso2.carbon.module.mgt.stub.types.ModuleMetaData[] listModulesForService(String serviceName) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
      Throws:
      org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
    • listModulesForServiceGroup

      public org.wso2.carbon.module.mgt.stub.types.ModuleMetaData[] listModulesForServiceGroup(String serviceGroupName) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
      Throws:
      org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
    • listGloballyEngagedModules

      public org.wso2.carbon.module.mgt.stub.types.ModuleMetaData[] listGloballyEngagedModules() throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
      Throws:
      org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
    • globallyEngageModule

      public boolean globallyEngageModule(String moduleId) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
      Throws:
      org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
    • globallyDisengageModule

      public boolean globallyDisengageModule(String moduleId) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
      Throws:
      org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
    • engageModuleForOperation

      public boolean engageModuleForOperation(String moduleId, String serviceName, String operationName) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
      Throws:
      org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
    • disengageModuleForOperation

      public boolean disengageModuleForOperation(String moduleId, String serviceName, String operationName) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
      Throws:
      org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
    • engageModuleForService

      public boolean engageModuleForService(String moduleId, String serviceName) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
      Throws:
      org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
    • disengageModuleForService

      public boolean disengageModuleForService(String moduleId, String serviceName) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
      Throws:
      org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
    • engageModuleForServiceGroup

      public boolean engageModuleForServiceGroup(String moduleId, String serviceGroup) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
      Throws:
      org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
    • disengageModuleForServiceGroup

      public boolean disengageModuleForServiceGroup(String moduleId, String serviceGroup) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
      Throws:
      org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
    • setModuleParameters

      public void setModuleParameters(String moduleName, String moduleVersion, List<String> params) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
      Throws:
      org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
    • getModuleParameters

      public List<Parameter> getModuleParameters(String moduleName, String moduleVersion) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
      Throws:
      org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
    • removeModule

      public String removeModule(String moduleId) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
      Throws:
      org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
    • removeModuleParameter

      public String removeModuleParameter(String moduleName, String moduleVersion, String paramName) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
      Throws:
      org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException