Uses of Interface
org.apache.axis2.engine.AxisObserver
Packages that use AxisObserver
-
Uses of AxisObserver in org.apache.axis2.engine
Methods in org.apache.axis2.engine that return types with arguments of type AxisObserverModifier and TypeMethodDescriptionAxisConfiguration.getObserversList()This method returns read-only list of AxisObservers registered with thisAxisConfiguration.Methods in org.apache.axis2.engine with parameters of type AxisObserverModifier and TypeMethodDescriptionvoidAxisConfiguration.addObservers(AxisObserver axisObserver) Register given AxisObserver object to theAxisConfiguration.voidAxisConfiguration.removeObserver(AxisObserver axisObserver) Unregister the given AxisObserver object if it is registered with theAxisConfiguration.