| Package | Description |
|---|---|
| org.apache.axis2.engine |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<AxisObserver> |
AxisConfiguration.getObserversList()
This method returns read-only list of AxisObservers registered with this
AxisConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
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–2016 The Apache Software Foundation. All rights reserved.