org.apache.axis2.deployment
Class FileSystemConfigurator

java.lang.Object
  extended byorg.apache.axis2.deployment.FileSystemConfigurator
All Implemented Interfaces:
AxisConfigurator

public class FileSystemConfigurator
extends Object
implements AxisConfigurator


Constructor Summary
FileSystemConfigurator(String repoLocation, String axis2xml)
          Load an AxisConfiguration from the repository directory specified
 
Method Summary
 void engageGlobalModules()
           
 AxisConfiguration getAxisConfiguration()
          First create a Deployment engine, use that to create an AxisConfiguration
 void loadServices()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemConfigurator

public FileSystemConfigurator(String repoLocation,
                              String axis2xml)
Load an AxisConfiguration from the repository directory specified

Parameters:
repoLocation -
axis2xml -
Method Detail

getAxisConfiguration

public AxisConfiguration getAxisConfiguration()
                                       throws AxisFault
First create a Deployment engine, use that to create an AxisConfiguration

Specified by:
getAxisConfiguration in interface AxisConfigurator
Returns:
Axis Configuration
Throws:
AxisFault

engageGlobalModules

public void engageGlobalModules()
                         throws AxisFault
Specified by:
engageGlobalModules in interface AxisConfigurator
Throws:
AxisFault

loadServices

public void loadServices()
Specified by:
loadServices in interface AxisConfigurator