Package org.apache.axis2.engine
Interface AxisConfigurator
-
- All Known Implementing Classes:
CustomAxisConfigurator
,FileSystemConfigurator
,URLBasedAxisConfigurator
,WarBasedAxisConfigurator
public interface AxisConfigurator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cleanup()
Clean up the messvoid
engageGlobalModules()
Engages the global modules specified in the configurationAxisConfiguration
getAxisConfiguration()
Configurationcontextfactory will invoke this method to get the AxisConfigurationvoid
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
-
-