org.apache.axis2.deployment
Interface Deployer

All Known Implementing Classes:
ModuleDeployer, POJODeployer, ServiceDeployer

public interface Deployer

This interface is used to provide the custom deployment mechanism , where you can write your owm Deployer to process a particular type and make that to a service or a module.


Method Summary
 void deploy(DeploymentFileData deploymentFileData)
           
 void init(ConfigurationContext configCtx)
           
 void setDirectory(java.lang.String directory)
           
 void setExtension(java.lang.String extension)
           
 void unDeploy(java.lang.String fileName)
           
 

Method Detail

init

public void init(ConfigurationContext configCtx)

deploy

public void deploy(DeploymentFileData deploymentFileData)
            throws DeploymentException
Throws:
DeploymentException

setDirectory

public void setDirectory(java.lang.String directory)

setExtension

public void setExtension(java.lang.String extension)

unDeploy

public void unDeploy(java.lang.String fileName)
              throws DeploymentException
Throws:
DeploymentException


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.