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 Type
    Method
    Description
    void
    createdAxisConfiguration(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