Uses of Interface
org.apache.axis2.engine.AxisObserver
-
Packages that use AxisObserver Package Description org.apache.axis2.clustering.tribes org.apache.axis2.engine -
-
Uses of AxisObserver in org.apache.axis2.clustering.tribes
Classes in org.apache.axis2.clustering.tribes that implement AxisObserver Modifier and Type Class Description class
TribesAxisObserver
AxisObserver which specifically handles setting of service & module classloaders for message deserialization by Tribes -
Uses of AxisObserver in org.apache.axis2.engine
Methods in org.apache.axis2.engine that return types with arguments of type AxisObserver Modifier and Type Method Description ArrayList<AxisObserver>
AxisConfiguration. getObserversList()
This method returns read-only list of AxisObservers registered with thisAxisConfiguration
.Methods in org.apache.axis2.engine with parameters of type AxisObserver Modifier and Type Method Description void
AxisConfiguration. addObservers(AxisObserver axisObserver)
Register given AxisObserver object to theAxisConfiguration
.void
AxisConfiguration. removeObserver(AxisObserver axisObserver)
Unregister the given AxisObserver object if it is registered with theAxisConfiguration
.
-