Package org.apache.axis2.engine
Interface AxisConfigurator
- All Known Implementing Classes:
FileSystemConfigurator,URLBasedAxisConfigurator,WarBasedAxisConfigurator
public interface AxisConfigurator
-
Method Summary
Modifier and TypeMethodDescriptionvoidcleanup()Clean up the messvoidEngages the global modules specified in the configurationConfigurationcontextfactory will invoke this method to get the AxisConfigurationvoidMethod to deploy services from the repository
-
Method Details
-
getAxisConfiguration
Configurationcontextfactory will invoke this method to get the AxisConfiguration- Returns:
- AxisConfigurator
- Throws:
AxisFault
-
loadServices
void loadServices()Method to deploy services from the repository -
engageGlobalModules
Engages the global modules specified in the configuration- Throws:
AxisFault
-
cleanup
void cleanup()Clean up the mess
-