Interface AxisConfigurator

All Known Implementing Classes:
FileSystemConfigurator, URLBasedAxisConfigurator, WarBasedAxisConfigurator

public interface AxisConfigurator
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Clean up the mess
    void
    Engages the global modules specified in the configuration
    Configurationcontextfactory will invoke this method to get the AxisConfiguration
    void
    Method to deploy services from the repository
  • Method Details

    • getAxisConfiguration

      AxisConfiguration getAxisConfiguration() throws AxisFault
      Configurationcontextfactory will invoke this method to get the AxisConfiguration
      Returns:
      AxisConfigurator
      Throws:
      AxisFault
    • loadServices

      void loadServices()
      Method to deploy services from the repository
    • engageGlobalModules

      void engageGlobalModules() throws AxisFault
      Engages the global modules specified in the configuration
      Throws:
      AxisFault
    • cleanup

      void cleanup()
      Clean up the mess