org.apache.axis2.deployment
Class ServiceDeployer

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

public class ServiceDeployer
extends java.lang.Object
implements Deployer


Constructor Summary
ServiceDeployer()
           
 
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

ServiceDeployer

public ServiceDeployer()
Method Detail

init

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

deploy

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

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)
              throws DeploymentException
Specified by:
unDeploy in interface Deployer
Throws:
DeploymentException


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