org.wso2.carbon.registry.ws.api.utils
Class WSDeploymentInterceptor

java.lang.Object
  extended by org.wso2.carbon.registry.ws.api.utils.WSDeploymentInterceptor
All Implemented Interfaces:
org.apache.axis2.description.ParameterInclude, org.apache.axis2.engine.AxisObserver

public class WSDeploymentInterceptor
extends Object
implements org.apache.axis2.engine.AxisObserver


Constructor Summary
WSDeploymentInterceptor()
           
 
Method Summary
 void addParameter(org.apache.axis2.description.Parameter arg0)
           
 void deserializeParameters(org.apache.axiom.om.OMElement arg0)
           
 org.apache.axis2.description.Parameter getParameter(String arg0)
           
 ArrayList<org.apache.axis2.description.Parameter> getParameters()
           
 void init(org.apache.axis2.engine.AxisConfiguration axisConfiguration)
           
 boolean isParameterLocked(String arg0)
           
 void moduleUpdate(org.apache.axis2.engine.AxisEvent arg0, org.apache.axis2.description.AxisModule arg1)
           
 void removeParameter(org.apache.axis2.description.Parameter arg0)
           
 void serviceGroupUpdate(org.apache.axis2.engine.AxisEvent arg0, org.apache.axis2.description.AxisServiceGroup arg1)
           
 void serviceUpdate(org.apache.axis2.engine.AxisEvent event, org.apache.axis2.description.AxisService service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDeploymentInterceptor

public WSDeploymentInterceptor()
Method Detail

init

public void init(org.apache.axis2.engine.AxisConfiguration axisConfiguration)
Specified by:
init in interface org.apache.axis2.engine.AxisObserver

moduleUpdate

public void moduleUpdate(org.apache.axis2.engine.AxisEvent arg0,
                         org.apache.axis2.description.AxisModule arg1)
Specified by:
moduleUpdate in interface org.apache.axis2.engine.AxisObserver

serviceGroupUpdate

public void serviceGroupUpdate(org.apache.axis2.engine.AxisEvent arg0,
                               org.apache.axis2.description.AxisServiceGroup arg1)
Specified by:
serviceGroupUpdate in interface org.apache.axis2.engine.AxisObserver

serviceUpdate

public void serviceUpdate(org.apache.axis2.engine.AxisEvent event,
                          org.apache.axis2.description.AxisService service)
Specified by:
serviceUpdate in interface org.apache.axis2.engine.AxisObserver

addParameter

public void addParameter(org.apache.axis2.description.Parameter arg0)
                  throws org.apache.axis2.AxisFault
Specified by:
addParameter in interface org.apache.axis2.description.ParameterInclude
Throws:
org.apache.axis2.AxisFault

deserializeParameters

public void deserializeParameters(org.apache.axiom.om.OMElement arg0)
                           throws org.apache.axis2.AxisFault
Specified by:
deserializeParameters in interface org.apache.axis2.description.ParameterInclude
Throws:
org.apache.axis2.AxisFault

getParameter

public org.apache.axis2.description.Parameter getParameter(String arg0)
Specified by:
getParameter in interface org.apache.axis2.description.ParameterInclude

getParameters

public ArrayList<org.apache.axis2.description.Parameter> getParameters()
Specified by:
getParameters in interface org.apache.axis2.description.ParameterInclude

isParameterLocked

public boolean isParameterLocked(String arg0)
Specified by:
isParameterLocked in interface org.apache.axis2.description.ParameterInclude

removeParameter

public void removeParameter(org.apache.axis2.description.Parameter arg0)
                     throws org.apache.axis2.AxisFault
Specified by:
removeParameter in interface org.apache.axis2.description.ParameterInclude
Throws:
org.apache.axis2.AxisFault


Copyright © 2012 WSO2 Inc. All Rights Reserved.