org.wso2.wsas.admin.service
Class GlobalAdmin
java.lang.Object
org.wso2.wsas.admin.service.AbstractAdmin
org.wso2.wsas.admin.service.GlobalAdmin
- public class GlobalAdmin
- extends AbstractAdmin
Admin service to manage operations on the AxisConfiguration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlobalAdmin
public GlobalAdmin()
listGlobalPhaseHandlers
public java.lang.String[] listGlobalPhaseHandlers(int flow,
java.lang.String phaseName)
throws org.apache.axis2.AxisFault
- Throws:
org.apache.axis2.AxisFault
getDeclaredSystemParameters
public org.apache.axiom.om.OMElement[] getDeclaredSystemParameters()
throws org.apache.axis2.AxisFault
- return only the parameters for explicitly set for this module (not including inherited ones),
where each parameter is an XML fragment representing the element.
Note: In this case (unlike module/service group etc.), there are no inherited parameters.
- Throws:
org.apache.axis2.AxisFault
setSystemParameter
public void setSystemParameter(org.apache.axiom.om.OMElement parameterElement)
throws org.apache.axis2.AxisFault
- Throws:
org.apache.axis2.AxisFault
listGlobalPhases
public java.lang.String[] listGlobalPhases(int flow)
throws org.apache.axis2.AxisFault
- List global phases
- Parameters:
flow
-
- Returns:
- Global phases
- Throws:
org.apache.axis2.AxisFault
login
public boolean login(java.lang.String username,
java.lang.String password)
serverRegistered
public void serverRegistered()
isServerRegistered
public boolean isServerRegistered()
logout
public void logout()
throws org.apache.axis2.AxisFault
- Throws:
org.apache.axis2.AxisFault
deployService
public boolean deployService(org.apache.axiom.om.OMElement element)
throws org.apache.axis2.AxisFault
- Throws:
org.apache.axis2.AxisFault
deployModule
public boolean deployModule(org.apache.axiom.om.OMElement element)
throws org.apache.axis2.AxisFault
- Throws:
org.apache.axis2.AxisFault
getPolicy
public org.apache.axiom.om.OMElement getPolicy()
throws org.apache.axis2.AxisFault
- Throws:
org.apache.axis2.AxisFault
setPolicy
public void setPolicy(org.apache.axiom.om.OMElement policyElement)
throws org.apache.axis2.AxisFault
- Throws:
org.apache.axis2.AxisFault