org.wso2.carbon.utils.deployment
Class GhostAwareAxis2ServiceDeployer
java.lang.Object
org.apache.axis2.deployment.AbstractDeployer
org.apache.axis2.deployment.ServiceDeployer
org.wso2.carbon.utils.deployment.GhostAwareAxis2ServiceDeployer
- All Implemented Interfaces:
- org.apache.axis2.deployment.Deployer
public class GhostAwareAxis2ServiceDeployer
- extends org.apache.axis2.deployment.ServiceDeployer
Ghost aware aar services deployer.
| Fields inherited from class org.apache.axis2.deployment.AbstractDeployer |
deploymentFileDataMap |
|
Method Summary |
void |
deploy(org.apache.axis2.deployment.repository.util.DeploymentFileData deploymentFileData)
|
void |
init(org.apache.axis2.context.ConfigurationContext configCtx)
|
void |
undeploy(String fileName)
|
| Methods inherited from class org.apache.axis2.deployment.ServiceDeployer |
setDirectory, setExtension |
| 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 |
GhostAwareAxis2ServiceDeployer
public GhostAwareAxis2ServiceDeployer()
init
public void init(org.apache.axis2.context.ConfigurationContext configCtx)
- Specified by:
init in interface org.apache.axis2.deployment.Deployer- Overrides:
init in class org.apache.axis2.deployment.ServiceDeployer
deploy
public void deploy(org.apache.axis2.deployment.repository.util.DeploymentFileData deploymentFileData)
throws org.apache.axis2.deployment.DeploymentException
- Specified by:
deploy in interface org.apache.axis2.deployment.Deployer- Overrides:
deploy in class org.apache.axis2.deployment.ServiceDeployer
- Throws:
org.apache.axis2.deployment.DeploymentException
undeploy
public void undeploy(String fileName)
throws org.apache.axis2.deployment.DeploymentException
- Specified by:
undeploy in interface org.apache.axis2.deployment.Deployer- Overrides:
undeploy in class org.apache.axis2.deployment.ServiceDeployer
- Throws:
org.apache.axis2.deployment.DeploymentException
Copyright © 2014 WSO2 Inc. All rights reserved.