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 |
void |
createdAxisConfiguration(org.apache.axis2.engine.AxisConfiguration axisConfiguration)
This method will be notified soon after a new Axis2 ConfigurationContext is created |
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
Copyright © 2014 WSO2 Inc. All rights reserved.