org.apache.axis2.engine
Interface AxisConfigurator

All Known Implementing Classes:
FileSystemConfigurator, URLBasedAxisConfigurator, WarBasedAxisConfigurator

public interface AxisConfigurator


Method Summary
 void cleanup()
          Clean up the mess
 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

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



Copyright © 2007 Apache Web Services Project. All Rights Reserved.