public class ModuleManagementClient extends Object
| Modifier and Type | Field and Description |
|---|---|
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceStub |
stub |
| Constructor and Description |
|---|
ModuleManagementClient(org.apache.axis2.context.ConfigurationContext configCtx,
String backendServerURL,
String cookie,
boolean mtom) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
disengageModuleForOperation(String moduleId,
String serviceName,
String operationName) |
boolean |
disengageModuleForService(String moduleId,
String serviceName) |
boolean |
disengageModuleForServiceGroup(String moduleId,
String serviceGroup) |
boolean |
engageModuleForOperation(String moduleId,
String serviceName,
String operationName) |
boolean |
engageModuleForService(String moduleId,
String serviceName) |
boolean |
engageModuleForServiceGroup(String moduleId,
String serviceGroup) |
org.wso2.carbon.module.mgt.stub.types.ModuleMetaData |
getModuleInfo(String moduleName,
String moduleVersion) |
List<Parameter> |
getModuleParameters(String moduleName,
String moduleVersion) |
boolean |
globallyDisengageModule(String moduleId) |
boolean |
globallyEngageModule(String moduleId) |
org.wso2.carbon.module.mgt.stub.types.ModuleMetaData[] |
listGloballyEngagedModules() |
org.wso2.carbon.module.mgt.stub.types.ModuleMetaData[] |
listModules() |
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) |
String |
removeModule(String moduleId) |
String |
removeModuleParameter(String moduleName,
String moduleVersion,
String paramName) |
void |
setModuleParameters(String moduleName,
String moduleVersion,
List<String> params) |
void |
uploadService(org.wso2.carbon.module.mgt.stub.types.ModuleUploadData[] moduleUploadData) |
public org.wso2.carbon.module.mgt.stub.types.ModuleMetaData getModuleInfo(String moduleName, String moduleVersion) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionExceptionpublic void uploadService(org.wso2.carbon.module.mgt.stub.types.ModuleUploadData[] moduleUploadData)
throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionExceptionpublic org.wso2.carbon.module.mgt.stub.types.ModuleMetaData[] listModules()
throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionExceptionpublic org.wso2.carbon.module.mgt.stub.types.ModuleMetaData[] listModulesForOperation(String serviceName, String operationName) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionExceptionpublic org.wso2.carbon.module.mgt.stub.types.ModuleMetaData[] listModulesForService(String serviceName) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionExceptionpublic org.wso2.carbon.module.mgt.stub.types.ModuleMetaData[] listModulesForServiceGroup(String serviceGroupName) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionExceptionpublic org.wso2.carbon.module.mgt.stub.types.ModuleMetaData[] listGloballyEngagedModules()
throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionExceptionpublic boolean globallyEngageModule(String moduleId) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionExceptionpublic boolean globallyDisengageModule(String moduleId) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionExceptionpublic boolean engageModuleForOperation(String moduleId, String serviceName, String operationName) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionExceptionpublic boolean disengageModuleForOperation(String moduleId, String serviceName, String operationName) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionExceptionpublic boolean engageModuleForService(String moduleId, String serviceName) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionExceptionpublic boolean disengageModuleForService(String moduleId, String serviceName) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionExceptionpublic boolean engageModuleForServiceGroup(String moduleId, String serviceGroup) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionExceptionpublic boolean disengageModuleForServiceGroup(String moduleId, String serviceGroup) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionExceptionpublic void setModuleParameters(String moduleName, String moduleVersion, List<String> params) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionExceptionpublic List<Parameter> getModuleParameters(String moduleName, String moduleVersion) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionExceptionpublic String removeModule(String moduleId) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionExceptionCopyright © 2019 WSO2. All rights reserved.