org.apache.axis2.deployment
Class FileSystemConfigurator
java.lang.Object
org.apache.axis2.deployment.FileSystemConfigurator
- All Implemented Interfaces:
- AxisConfigurator
- public class FileSystemConfigurator
- extends Object
- implements AxisConfigurator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileSystemConfigurator
public FileSystemConfigurator(String repoLocation,
String axis2xml)
- Load an AxisConfiguration from the repository directory specified
- Parameters:
repoLocation
- axis2xml
-
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