|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 Deployer
configCtx
- our ConfigurationContextpublic void deploy(DeploymentFileData deploymentFileData) throws DeploymentException
Deployer
deploy
in interface Deployer
deploymentFileData
- the DeploymentFileData object to deploy
DeploymentException
- if there is a problempublic void setDirectory(java.lang.String directory)
Deployer
setDirectory
in interface Deployer
directory
- directory namepublic void setExtension(java.lang.String extension)
Deployer
setExtension
in interface Deployer
extension
- the file extension associated with this Deployerpublic void unDeploy(java.lang.String fileName) throws DeploymentException
Deployer
unDeploy
in interface Deployer
fileName
- 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 |