Package org.wso2.carbon.utils
Interface PreAxisConfigurationPopulationObserver
-
public interface PreAxisConfigurationPopulationObserverThe implementations of this OSGi service will be called as soon as a AxisConfiguration is created
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreatedAxisConfiguration(org.apache.axis2.engine.AxisConfiguration axisConfiguration)This method will be notified soon after a new Axis2 ConfigurationContext is created
-