Class ModuleManagementClient
java.lang.Object
org.wso2.carbon.module.mgt.ui.client.ModuleManagementClient
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionModuleManagementClient(org.apache.axis2.context.ConfigurationContext configCtx, String backendServerURL, String cookie, boolean mtom) -
Method Summary
Modifier and TypeMethodDescriptionbooleandisengageModuleForOperation(String moduleId, String serviceName, String operationName) booleandisengageModuleForService(String moduleId, String serviceName) booleandisengageModuleForServiceGroup(String moduleId, String serviceGroup) booleanengageModuleForOperation(String moduleId, String serviceName, String operationName) booleanengageModuleForService(String moduleId, String serviceName) booleanengageModuleForServiceGroup(String moduleId, String serviceGroup) org.wso2.carbon.module.mgt.stub.types.ModuleMetaDatagetModuleInfo(String moduleName, String moduleVersion) getModuleParameters(String moduleName, String moduleVersion) booleangloballyDisengageModule(String moduleId) booleangloballyEngageModule(String moduleId) org.wso2.carbon.module.mgt.stub.types.ModuleMetaData[]org.wso2.carbon.module.mgt.stub.types.ModuleMetaData[]org.wso2.carbon.module.mgt.stub.types.ModuleMetaData[]listModulesForOperation(String serviceName, String operationName) org.wso2.carbon.module.mgt.stub.types.ModuleMetaData[]listModulesForService(String serviceName) org.wso2.carbon.module.mgt.stub.types.ModuleMetaData[]listModulesForServiceGroup(String serviceGroupName) removeModule(String moduleId) removeModuleParameter(String moduleName, String moduleVersion, String paramName) voidsetModuleParameters(String moduleName, String moduleVersion, List<String> params) voiduploadService(org.wso2.carbon.module.mgt.stub.types.ModuleUploadData[] moduleUploadData)
-
Field Details
-
stub
public org.wso2.carbon.module.mgt.stub.ModuleAdminServiceStub stub
-
-
Constructor Details
-
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
-