Interface PreAxisConfigurationPopulationObserver


  • public interface PreAxisConfigurationPopulationObserver
    The implementations of this OSGi service will be called as soon as a AxisConfiguration is created
    • Method Detail

      • 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