Uses of Class
org.apache.axis2.deployment.DeploymentEngine

Packages that use DeploymentEngine
org.apache.axis2.deployment   
org.apache.axis2.deployment.repository.util   
 

Uses of DeploymentEngine in org.apache.axis2.deployment
 

Subclasses of DeploymentEngine in org.apache.axis2.deployment
 class FileSystemConfigurator
           
 class URLBasedAxisConfigurator
           
 class WarBasedAxisConfigurator
          Processes the init parameters for the AxisServlet.
 

Fields in org.apache.axis2.deployment declared as DeploymentEngine
protected  DeploymentEngine RepositoryListener.deploymentEngine
           
 

Constructors in org.apache.axis2.deployment with parameters of type DeploymentEngine
RepositoryListener(DeploymentEngine deploymentEngine, boolean isClasspath)
          This constructor takes two arguments, a folder name and a reference to Deployment Engine First, it initializes the system, by loading all the modules in the /modules directory and then creates a WSInfoList to store information about available modules and services.
AxisConfigBuilder(java.io.InputStream serviceInputStream, AxisConfiguration axisConfiguration, DeploymentEngine deploymentEngine)
           
 

Uses of DeploymentEngine in org.apache.axis2.deployment.repository.util
 

Constructors in org.apache.axis2.deployment.repository.util with parameters of type DeploymentEngine
WSInfoList(DeploymentEngine deploy_engine)
           
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.