|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.wsas.admin.service.AbstractAdmin
org.wso2.wsas.admin.service.ServiceGroupAdmin
Admin service to manage service groups
Field Summary |
Fields inherited from class org.wso2.wsas.admin.service.AbstractAdmin |
axisConfig, configCtx |
Constructor Summary | |
ServiceGroupAdmin()
|
Method Summary | |
ServiceGroupMetaData |
configureMTOM(java.lang.String flag,
java.lang.String serviceGroupName)
set the service group parameter enableMTOM to manipulate MTOM flag true/false/optional |
boolean |
deleteServiceGroup(java.lang.String serviceGroupName)
|
java.lang.String |
dumpAAR(java.lang.String serviceGroupName)
Using the information from AxisServiceGroup, a service archive will be created. |
org.apache.axiom.om.OMElement[] |
getDeclaredServiceGroupParameters(java.lang.String serviceGroupId)
return only the parameters for explicitly set for this service group (not including inherited ones), where each parameter is an XML fragment representing the "parameter" element |
org.apache.axiom.om.OMElement |
getPolicy(java.lang.String serviceGroupId,
java.lang.String serviceGroupVersion)
|
org.apache.axiom.om.OMElement[] |
getServiceGroupParameters(java.lang.String service_group_id,
java.lang.String group_version)
Return all parameters for this service group (including inherited ones), where each parameter is an XML fragment representing the "parameter" element |
ServiceGroupMetaData |
listServiceGroup(java.lang.String serviceGroupName)
Return service group details for a given service group |
ServiceGroupMetaData[] |
listServiceGroups()
List all the available service groups |
void |
removeServiceGroup(java.lang.String groupName)
Remove a service group |
void |
removeServiceGroupParameter(java.lang.String serviceGroupId,
org.apache.axiom.om.OMElement parameterElement)
|
void |
setPolicy(java.lang.String serviceGroupId,
java.lang.String serviceGroupVersion,
org.apache.axiom.om.OMElement policyElement)
|
void |
setServiceGroupParameter(java.lang.String serviceGroupId,
org.apache.axiom.om.OMElement parameterElement)
|
void |
setServiceGroupParameters(java.lang.String serviceGroupId,
org.apache.axiom.om.OMElement[] parameterElement)
|
Methods inherited from class org.wso2.wsas.admin.service.AbstractAdmin |
getAxisConfig, getConfigContext, init, setAxisConfig, setConfigContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServiceGroupAdmin()
Method Detail |
public ServiceGroupMetaData listServiceGroup(java.lang.String serviceGroupName) throws org.apache.axis2.AxisFault
serviceGroupName
-
org.apache.axis2.AxisFault
public ServiceGroupMetaData configureMTOM(java.lang.String flag, java.lang.String serviceGroupName) throws org.apache.axis2.AxisFault
flag
-
org.apache.axis2.AxisFault
public ServiceGroupMetaData[] listServiceGroups() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public void removeServiceGroup(java.lang.String groupName) throws org.apache.axis2.AxisFault
groupName
-
org.apache.axis2.AxisFault
public org.apache.axiom.om.OMElement[] getServiceGroupParameters(java.lang.String service_group_id, java.lang.String group_version) throws org.apache.axis2.AxisFault
service_group_id
- group_version
-
org.apache.axis2.AxisFault
public org.apache.axiom.om.OMElement[] getDeclaredServiceGroupParameters(java.lang.String serviceGroupId) throws org.apache.axis2.AxisFault
serviceGroupId
-
org.apache.axis2.AxisFault
public void setServiceGroupParameters(java.lang.String serviceGroupId, org.apache.axiom.om.OMElement[] parameterElement) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public void setServiceGroupParameter(java.lang.String serviceGroupId, org.apache.axiom.om.OMElement parameterElement) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public void removeServiceGroupParameter(java.lang.String serviceGroupId, org.apache.axiom.om.OMElement parameterElement) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public boolean deleteServiceGroup(java.lang.String serviceGroupName) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public org.apache.axiom.om.OMElement getPolicy(java.lang.String serviceGroupId, java.lang.String serviceGroupVersion) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public void setPolicy(java.lang.String serviceGroupId, java.lang.String serviceGroupVersion, org.apache.axiom.om.OMElement policyElement) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public java.lang.String dumpAAR(java.lang.String serviceGroupName) throws org.apache.axis2.AxisFault
serviceGroupName
-
org.apache.axis2.AxisFault
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |