Uses of Interface
org.apache.axis2.deployment.Deployer

Packages that use Deployer
org.apache.axis2.corba.deployer   
org.apache.axis2.deployment   
org.apache.axis2.deployment.repository.util   
org.apache.axis2.jaxws.framework   
 

Uses of Deployer in org.apache.axis2.corba.deployer
 

Classes in org.apache.axis2.corba.deployer that implement Deployer
 class CorbaDeployer
           
 

Uses of Deployer in org.apache.axis2.deployment
 

Classes in org.apache.axis2.deployment that implement Deployer
 class ModuleDeployer
           
 class POJODeployer
           
 class ServiceDeployer
           
 

Methods in org.apache.axis2.deployment that return Deployer
 Deployer DeploymentEngine.getDeployerForExtension(java.lang.String extension)
           
 

Methods in org.apache.axis2.deployment with parameters of type Deployer
 void RepositoryListener.addFileToDeploy(java.io.File file, Deployer deployer, int type)
           
 

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

Methods in org.apache.axis2.deployment.repository.util that return Deployer
 Deployer WSInfo.getDeployer()
           
 Deployer DeploymentFileData.getDeployer()
           
 

Methods in org.apache.axis2.deployment.repository.util with parameters of type Deployer
 void WSInfoList.addWSInfoItem(java.io.File file, Deployer deployer, int type)
          First checks whether the file is already available by the system call fileExists.
 void DeploymentFileData.setDeployer(Deployer deployer)
           
 

Constructors in org.apache.axis2.deployment.repository.util with parameters of type Deployer
DeploymentFileData(java.io.File file, Deployer deployer)
           
WSInfo(java.lang.String fileName, long lastModifiedDate, Deployer deployer, int type)
           
 

Uses of Deployer in org.apache.axis2.jaxws.framework
 

Classes in org.apache.axis2.jaxws.framework that implement Deployer
 class JAXWSDeployer
           
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.