org.apache.axis2.deployment
Class URLBasedAxisConfigurator

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

public class URLBasedAxisConfigurator
extends Object
implements AxisConfigurator


Constructor Summary
URLBasedAxisConfigurator(URL axis2xml, URL repositoy)
           
 
Method Summary
 void engageGlobalModules()
           
 AxisConfiguration getAxisConfiguration()
          Configurationcontextfactory will call this method to get the AxisConfiguration
 void loadServices()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLBasedAxisConfigurator

public URLBasedAxisConfigurator(URL axis2xml,
                                URL repositoy)
                         throws AxisFault
Method Detail

getAxisConfiguration

public AxisConfiguration getAxisConfiguration()
                                       throws AxisFault
Description copied from interface: AxisConfigurator
Configurationcontextfactory will call this method to get the AxisConfiguration

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

loadServices

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

engageGlobalModules

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