org.apache.axis2.deployment
Class POJODeployer

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

public class POJODeployer
extends java.lang.Object
implements Deployer


Constructor Summary
POJODeployer()
           
 
Method Summary
 void deploy(DeploymentFileData deploymentFileData)
           
 void init(ConfigurationContext configCtx)
           
 void setDirectory(java.lang.String directory)
           
 void setExtension(java.lang.String extension)
           
 void setMessageReceivers(AxisService service)
           
 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

POJODeployer

public POJODeployer()
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

setMessageReceivers

public void setMessageReceivers(AxisService service)

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.