public class ServiceGroupAdminClient extends Object
Constructor and Description |
---|
ServiceGroupAdminClient(String cookie,
String backendServerURL,
org.apache.axis2.context.ConfigurationContext configCtx,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
org.wso2.carbon.service.mgt.stub.types.carbon.ServiceGroupMetaData |
configureServiceGroupMTOM(String mtomState,
String serviceGroupName) |
String |
dumpAAR(String serviceGroupName) |
org.wso2.carbon.service.mgt.stub.types.carbon.ServiceGroupMetaDataWrapper |
getAllServiceGroups(String serviceTypeFilter,
String serviceGroupSearchString,
int pageNumber) |
List<Parameter> |
getServiceGroupParameters(String serviceGroupName) |
org.wso2.carbon.service.mgt.stub.types.carbon.ServiceGroupMetaData |
listServiceGroup(String serviceGroupName) |
void |
removeServiceGroupParameter(String serviceGroupName,
String parameterName) |
void |
setServiceGroupParamters(String serviceGroupName,
List<String> params) |
public org.wso2.carbon.service.mgt.stub.types.carbon.ServiceGroupMetaDataWrapper getAllServiceGroups(String serviceTypeFilter, String serviceGroupSearchString, int pageNumber) throws RemoteException
RemoteException
public List<Parameter> getServiceGroupParameters(String serviceGroupName) throws org.apache.axis2.AxisFault
serviceGroupName
- org.apache.axis2.AxisFault
public org.wso2.carbon.service.mgt.stub.types.carbon.ServiceGroupMetaData configureServiceGroupMTOM(String mtomState, String serviceGroupName) throws org.apache.axis2.AxisFault
mtomState
- serviceGroupName
- org.apache.axis2.AxisFault
public org.wso2.carbon.service.mgt.stub.types.carbon.ServiceGroupMetaData listServiceGroup(String serviceGroupName) throws org.apache.axis2.AxisFault
serviceGroupName
- org.apache.axis2.AxisFault
public void setServiceGroupParamters(String serviceGroupName, List<String> params) throws org.apache.axis2.AxisFault
serviceGroupName
- params
- org.apache.axis2.AxisFault
public void removeServiceGroupParameter(String serviceGroupName, String parameterName) throws org.apache.axis2.AxisFault
serviceGroupName
- parameterName
- org.apache.axis2.AxisFault
Copyright © 2022 WSO2. All rights reserved.