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

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

Uses of DeploymentEngine in org.apache.axis2.deployment
 

Constructors in org.apache.axis2.deployment with parameters of type DeploymentEngine
AxisConfigBuilder(InputStream serviceInputStream, DeploymentEngine engine, AxisConfiguration axisConfiguration)
           
 

Uses of DeploymentEngine in org.apache.axis2.deployment.listener
 

Constructors in org.apache.axis2.deployment.listener with parameters of type DeploymentEngine
RepositoryListenerImpl(String folderName, DeploymentEngine deploymentEngine)
          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
 

Methods in org.apache.axis2.deployment.repository.util with parameters of type DeploymentEngine
 ArrayList ArchiveReader.processServiceGroup(String filename, DeploymentEngine engine, AxisServiceGroup axisServiceGroup, boolean extractService, HashMap wsdls, AxisConfiguration axisConfig)
          Extracts Service XML files and builds the service groups.
 HashMap ArchiveReader.processWSDLs(ArchiveFileData file, DeploymentEngine depengine)
          Creates service objects from wsdl file inside a service archive file.
 void ArchiveReader.readModuleArchive(String filename, DeploymentEngine engine, ModuleDescription module, boolean explodedDir, AxisConfiguration axisConfig)
           
 

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