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   
org.apache.axis2.deployment.scheduler   
 

Uses of DeploymentEngine in org.apache.axis2.deployment
 

Fields in org.apache.axis2.deployment declared as DeploymentEngine
protected  DeploymentEngine DescriptionBuilder.engine
           
 

Constructors in org.apache.axis2.deployment with parameters of type DeploymentEngine
DescriptionBuilder(java.io.InputStream serviceInputSteram, DeploymentEngine engine)
           
ModuleBuilder(java.io.InputStream serviceInputSteram, DeploymentEngine engine, ModuleDescription module)
           
ServiceBuilder(java.io.InputStream serviceInputSteram, DeploymentEngine engine, ServiceDescription service)
           
ServiceBuilder(DeploymentEngine engine, ServiceDescription service)
           
AxisConfigBuilder(java.io.InputStream serviceInputSteram, DeploymentEngine engine, AxisConfiguration axisConfiguration)
           
ServiceGroupBuilder(OMElement servcice, DeploymentEngine engine)
           
 

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

Constructors in org.apache.axis2.deployment.listener with parameters of type DeploymentEngine
RepositoryListenerImpl(java.lang.String folderName, DeploymentEngine deploy_engine)
          This constructor take two argumnets folder name and referance to Deployment Engine Fisrt it initilize the syetm , by loading all the modules in the /modules directory and also create a WSInfoList to keep infor 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
 void ArchiveReader.processWSDLs(ArchiveFileData file, DeploymentEngine depengine)
          To create service objects out form wsdls file inside a service archive file
 void ArchiveReader.processServiceGroup(java.lang.String filename, DeploymentEngine engine, ServiceGroupDescription serviceGroupDesc, boolean extarctService)
          This method will readServiceArchive the given jar or aar.
 void ArchiveReader.readModuleArchive(java.lang.String filename, DeploymentEngine engine, ModuleDescription module, boolean explodedDir)
           
 

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

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

Constructors in org.apache.axis2.deployment.scheduler with parameters of type DeploymentEngine
SchedulerTask(DeploymentEngine deploy_engine, java.lang.String folderName)
          Creates a new scheduler task.