Class AbstractServiceBuilderExtension

    • Constructor Detail

      • AbstractServiceBuilderExtension

        public AbstractServiceBuilderExtension()
    • Method Detail

      • init

        public void init​(ConfigurationContext configurationContext)
        Description copied from interface: ServiceBuilderExtension
        Initialize ServiceBuilderExtension instance. This method should be called when Initializing the base Deployer.
        Specified by:
        init in interface ServiceBuilderExtension
        Parameters:
        configurationContext - the configuration context
      • getDirectory

        public String getDirectory()
        Gets the directory.
        Returns:
        the directory
      • getConfigurationContext

        public ConfigurationContext getConfigurationContext()
        Gets the configuration context.
        Returns:
        the configuration context
      • getAxisConfiguration

        public AxisConfiguration getAxisConfiguration()
        Gets the axis configuration.
        Returns:
        the axis configuration