org.apache.axis2.engine
Interface AxisConfigurator

All Known Implementing Classes:
FileSystemConfigurator, URLBasedAxisConfigurator, WarBasedAxisConfigurator

public interface AxisConfigurator


Method Summary
 void engageGlobalModules()
          Engages the global modules specified in the configuration
 AxisConfiguration getAxisConfiguration()
          Configurationcontextfactory will invoke this method to get the AxisConfiguration
 void loadServices()
          Method to deploy services from the repository
 

Method Detail

getAxisConfiguration

public AxisConfiguration getAxisConfiguration()
                                       throws AxisFault
Configurationcontextfactory will invoke this method to get the AxisConfiguration

Returns:
AxisConfigurator
Throws:
AxisFault

loadServices

public void loadServices()
Method to deploy services from the repository


engageGlobalModules

public void engageGlobalModules()
                         throws AxisFault
Engages the global modules specified in the configuration

Throws:
AxisFault


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.