Interface DeploymentLifeCycleListener


  • public interface DeploymentLifeCycleListener
    this interface is used to inform deployment lifecycle realated events to listners
    • Method Detail

      • preDeploy

        void preDeploy​(AxisConfiguration axisConfig)
                throws AxisFault
        calls before creating the configuration context to do any initializing work.
        Parameters:
        axisConfig -
        Throws:
        AxisFault
      • postDeploy

        void postDeploy​(ConfigurationContext configurationContext)
                 throws AxisFault
        calls after starting the configuration context to resume any activity.
        Parameters:
        configurationContext -
        Throws:
        AxisFault