Uses of Interface
org.apache.axis2.deployment.Deployer
Packages that use Deployer
-
Uses of Deployer in org.apache.axis2.deployment
Classes in org.apache.axis2.deployment that implement DeployerModifier and TypeClassDescriptionclassAbstractDeployer class which can be extended by all Axis2 deployersclassclassclassclassMethods in org.apache.axis2.deployment that return DeployerModifier and TypeMethodDescriptionDeploymentEngine.getDeployer(String directory, String extension) Methods in org.apache.axis2.deployment that return types with arguments of type DeployerMethods in org.apache.axis2.deployment with parameters of type DeployerModifier and TypeMethodDescriptionvoidDeploymentEngine.addDeployer(Deployer deployer, String directory, String extension) Add and initialize a new Deployer.voidRepositoryListener.addFileToDeploy(File file, Deployer deployer, int type) Method parameters in org.apache.axis2.deployment with type arguments of type Deployer -
Uses of Deployer in org.apache.axis2.deployment.repository.util
Methods in org.apache.axis2.deployment.repository.util that return DeployerMethods in org.apache.axis2.deployment.repository.util with parameters of type DeployerModifier and TypeMethodDescriptionvoidWSInfoList.addWSInfoItem(File file, Deployer deployer, int type) First checks whether the file is already available by the system call fileExists.voidDeploymentFileData.setDeployer(Deployer deployer) Constructors in org.apache.axis2.deployment.repository.util with parameters of type Deployer