Interface DeploymentLifeCycleListener


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

    Modifier and Type
    Method
    Description
    void
    postDeploy(ConfigurationContext configurationContext)
    calls after starting the configuration context to resume any activity.
    void
    calls before creating the configuration context to do any initializing work.
  • Method Details

    • 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