org.apache.axis2.deployment
Class ModuleDeployer

java.lang.Object
  extended byorg.apache.axis2.deployment.ModuleDeployer
All Implemented Interfaces:
Deployer

public class ModuleDeployer
extends java.lang.Object
implements Deployer


Constructor Summary
ModuleDeployer()
           
ModuleDeployer(AxisConfiguration axisConfig)
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleDeployer

public ModuleDeployer()

ModuleDeployer

public ModuleDeployer(AxisConfiguration axisConfig)
Method Detail

init

public void init(ConfigurationContext configCtx)
Specified by:
init in interface Deployer

deploy

public void deploy(DeploymentFileData deploymentFileData)
Specified by:
deploy in interface Deployer

setDirectory

public void setDirectory(java.lang.String directory)
Specified by:
setDirectory in interface Deployer

setExtension

public void setExtension(java.lang.String extension)
Specified by:
setExtension in interface Deployer

unDeploy

public void unDeploy(java.lang.String fileName)
Specified by:
unDeploy in interface Deployer


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