|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||