Uses of Class
org.apache.axis2.deployment.DeploymentEngine
-
Packages that use DeploymentEngine Package Description org.apache.axis2.deployment org.apache.axis2.deployment.repository.util org.apache.axis2.scripting org.apache.axis2.transport -
-
Uses of DeploymentEngine in org.apache.axis2.deployment
Subclasses of DeploymentEngine in org.apache.axis2.deployment Modifier and Type Class Description class
FileSystemConfigurator
class
URLBasedAxisConfigurator
class
WarBasedAxisConfigurator
Processes the init parameters for the AxisServlet.Fields in org.apache.axis2.deployment declared as DeploymentEngine Modifier and Type Field Description protected DeploymentEngine
RepositoryListener. deploymentEngine
Constructors in org.apache.axis2.deployment with parameters of type DeploymentEngine Constructor Description AxisConfigBuilder(InputStream serviceInputStream, AxisConfiguration axisConfiguration, DeploymentEngine 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. -
Uses of DeploymentEngine in org.apache.axis2.deployment.repository.util
Constructors in org.apache.axis2.deployment.repository.util with parameters of type DeploymentEngine Constructor Description WSInfoList(DeploymentEngine deploy_engine)
-
Uses of DeploymentEngine in org.apache.axis2.scripting
Subclasses of DeploymentEngine in org.apache.axis2.scripting Modifier and Type Class Description class
ScriptDeploymentEngine
An Axis2 DeploymentEngine subclass for deploying script services supporting hot deploy and hot update.Constructors in org.apache.axis2.scripting with parameters of type DeploymentEngine Constructor Description ScriptRepositoryListener(DeploymentEngine deploymentEngine)
-
Uses of DeploymentEngine in org.apache.axis2.transport
Subclasses of DeploymentEngine in org.apache.axis2.transport Modifier and Type Class Description class
CustomAxisConfigurator
-