|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis2.deployment.AbstractDeployer
org.apache.axis2.deployment.ServiceDeployer
public class ServiceDeployer
| Field Summary |
|---|
| Fields inherited from class org.apache.axis2.deployment.AbstractDeployer |
|---|
deploymentFileDataMap |
| 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 org.apache.axis2.deployment.AbstractDeployer |
|---|
cleanup |
| 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
configCtx - our ConfigurationContext
public void deploy(DeploymentFileData deploymentFileData)
throws DeploymentException
Deployer
deploy in interface Deployerdeploy in class AbstractDeployerdeploymentFileData - the DeploymentFileData object to deploy
DeploymentException - if there is a problempublic void setDirectory(java.lang.String directory)
Deployer
directory - directory namepublic void setExtension(java.lang.String extension)
Deployer
extension - the file extension associated with this Deployer
public void undeploy(java.lang.String fileName)
throws DeploymentException
Deployer
undeploy in interface Deployerundeploy in class AbstractDeployerfileName - 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 | |||||||||