Package org.wso2.carbon.utils
Interface PreAxisConfigurationPopulationObserver
public interface PreAxisConfigurationPopulationObserver
The implementations of this OSGi service will be called as soon as a AxisConfiguration
is created
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreatedAxisConfiguration(org.apache.axis2.engine.AxisConfiguration axisConfiguration) This method will be notified soon after a new Axis2 ConfigurationContext is created
-
Method Details
-
createdAxisConfiguration
void createdAxisConfiguration(org.apache.axis2.engine.AxisConfiguration axisConfiguration) This method will be notified soon after a new Axis2 ConfigurationContext is created- Parameters:
axisConfiguration- The newly created AxisConfiguration
-