|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis2.deployment.ServiceDeployer
public class ServiceDeployer
| Constructor Summary | |
|---|---|
ServiceDeployer()
|
|
| Method Summary | |
|---|---|
void |
deploy(DeploymentFileData deploymentFileData)
Process a file and add it to the configuration |
void |
init(ConfigurationContext configCtx)
Initialize the Deployer |
void |
setDirectory(java.lang.String directory)
Set the directory |
void |
setExtension(java.lang.String extension)
Set the extension to look for TODO: Support multiple extensions? |
void |
unDeploy(java.lang.String fileName)
Remove a given file from the configuration |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceDeployer()
| Method Detail |
|---|
public void init(ConfigurationContext configCtx)
Deployer
init in interface DeployerconfigCtx - our ConfigurationContext
public void deploy(DeploymentFileData deploymentFileData)
throws DeploymentException
Deployer
deploy in interface DeployerdeploymentFileData - the DeploymentFileData object to deploy
DeploymentException - if there is a problempublic void setDirectory(java.lang.String directory)
Deployer
setDirectory in interface Deployerdirectory - directory namepublic void setExtension(java.lang.String extension)
Deployer
setExtension in interface Deployerextension - the file extension associated with this Deployer
public void unDeploy(java.lang.String fileName)
throws DeploymentException
Deployer
unDeploy in interface DeployerfileName - name of item to remove
DeploymentException - if there is a problem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||