public class ServiceGroupAdmin
extends org.wso2.carbon.core.AbstractAdmin
| Constructor and Description |
|---|
ServiceGroupAdmin() |
ServiceGroupAdmin(org.apache.axis2.context.ConfigurationContext configCtx) |
| Modifier and Type | Method and Description |
|---|---|
ServiceGroupMetaData |
configureServiceGroupMTOM(String flag,
String serviceGroupName)
set the service group parameter enableMTOM to manipulate MTOM flag
true/false/optional
|
String |
dumpAAR(String serviceGroupName)
Using the information from AxisServiceGroup, a service archive will be
created.
|
ParameterMetaData |
getServiceGroupParameter(String serviceGroupName,
String paramName) |
String[] |
getServiceGroupParameters(String serviceGroupName) |
ServiceGroupMetaData |
listServiceGroup(String serviceGroupName)
Return service group details for a given service group
|
ServiceGroupMetaDataWrapper |
listServiceGroups(String serviceTypeFilter,
String serviceGroupSearchString,
int pageNumber)
List all the available service groups
|
void |
removeServiceGroupParameter(String serviceGroupId,
String parameterName) |
void |
setServiceGroupParameter(String serviceGroupId,
String parameterElement) |
void |
setServiceGroupParameters(String serviceGroupId,
String[] parameterElement) |
void |
updateServiceGroupParameter(String serviceGroupName,
ParameterMetaData paramMetaData) |
void |
updateServiceGroupParamters(String serviceGroupName,
ParameterMetaData[] params) |
getAxisConfig, getConfigContext, getConfigSystemRegistry, getConfigUserRegistry, getGovernanceRegistry, getGovernanceSystemRegistry, getGovernanceUserRegistry, getHttpSession, getLocalRepo, getRegistry, getTenantDomain, getUsername, getUserRealm, setConfigurationContext, setPermissionUpdateTimestamppublic ServiceGroupMetaDataWrapper listServiceGroups(String serviceTypeFilter, String serviceGroupSearchString, int pageNumber) throws org.apache.axis2.AxisFault
pageNumber - The number of the page to be retrievedorg.apache.axis2.AxisFault - If an error occurs while retrieving service groupspublic ServiceGroupMetaData listServiceGroup(String serviceGroupName) throws Exception
serviceGroupName - axis service group nameorg.apache.axis2.AxisFaultExceptionpublic ServiceGroupMetaData configureServiceGroupMTOM(String flag, String serviceGroupName) throws Exception
flag - Exceptionpublic void updateServiceGroupParamters(String serviceGroupName, ParameterMetaData[] params) throws org.wso2.carbon.utils.ServerException
serviceGroupName - params - org.wso2.carbon.utils.ServerExceptionpublic void updateServiceGroupParameter(String serviceGroupName, ParameterMetaData paramMetaData) throws org.wso2.carbon.utils.ServerException
serviceGroupName - paramMetaData - org.wso2.carbon.utils.ServerExceptionpublic String[] getServiceGroupParameters(String serviceGroupName) throws org.wso2.carbon.utils.ServerException
serviceGroupName - org.wso2.carbon.utils.ServerExceptionpublic ParameterMetaData getServiceGroupParameter(String serviceGroupName, String paramName) throws org.wso2.carbon.utils.ServerException
serviceGroupName - paramName - org.wso2.carbon.utils.ServerExceptionpublic void setServiceGroupParameters(String serviceGroupId, String[] parameterElement) throws org.apache.axis2.AxisFault
serviceGroupId - parameterElement - org.apache.axis2.AxisFaultpublic void setServiceGroupParameter(String serviceGroupId, String parameterElement) throws org.apache.axis2.AxisFault
serviceGroupId - parameterElement - org.apache.axis2.AxisFaultpublic void removeServiceGroupParameter(String serviceGroupId, String parameterName) throws org.apache.axis2.AxisFault
serviceGroupId - parameterName - org.apache.axis2.AxisFaultpublic String dumpAAR(String serviceGroupName) throws org.apache.axis2.AxisFault
serviceGroupName - org.apache.axis2.AxisFaultCopyright © 2017 WSO2. All rights reserved.