Uses of Interface
org.apache.axis2.engine.AxisObserver

Packages that use AxisObserver
org.apache.axis2.engine   
 

Uses of AxisObserver in org.apache.axis2.engine
 

Methods in org.apache.axis2.engine that return types with arguments of type AxisObserver
 java.util.ArrayList<AxisObserver> AxisConfiguration.getObserversList()
          This method returns read-only list of AxisObservers registered with this AxisConfiguration.
 

Methods in org.apache.axis2.engine with parameters of type AxisObserver
 void AxisConfiguration.addObservers(AxisObserver axisObserver)
          Register given AxisObserver object to the AxisConfiguration.
 void AxisConfiguration.removeObserver(AxisObserver axisObserver)
          Unregister the given AxisObserver object if it is registered with the AxisConfiguration.
 



Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.