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.ModuleAdminServiceModuleMgtExceptionException
public 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.ModuleAdminServiceModuleMgtExceptionException
public org.wso2.carbon.module.mgt.stub.types.ModuleMetaData[] listModules() throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
public 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.ModuleAdminServiceModuleMgtExceptionException
public 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.ModuleAdminServiceModuleMgtExceptionException
public 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.ModuleAdminServiceModuleMgtExceptionException
public org.wso2.carbon.module.mgt.stub.types.ModuleMetaData[] listGloballyEngagedModules() throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
public boolean globallyEngageModule(String moduleId) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
public boolean globallyDisengageModule(String moduleId) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
public boolean engageModuleForOperation(String moduleId, String serviceName, String operationName) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
public boolean disengageModuleForOperation(String moduleId, String serviceName, String operationName) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
public boolean engageModuleForService(String moduleId, String serviceName) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
public boolean disengageModuleForService(String moduleId, String serviceName) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
public boolean engageModuleForServiceGroup(String moduleId, String serviceGroup) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
public boolean disengageModuleForServiceGroup(String moduleId, String serviceGroup) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
public void setModuleParameters(String moduleName, String moduleVersion, List<String> params) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
public List<Parameter> getModuleParameters(String moduleName, String moduleVersion) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
public String removeModule(String moduleId) throws org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
org.wso2.carbon.module.mgt.stub.ModuleAdminServiceModuleMgtExceptionException
Copyright © 2022 WSO2. All rights reserved.