Package 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.
-
Field Summary
Fields inherited from class org.apache.axis2.deployment.AbstractDeployer
deploymentFileDataMap -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.axis2.deployment.ServiceDeployer
setDirectory, setExtensionMethods inherited from class org.apache.axis2.deployment.AbstractDeployer
cleanupMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.axis2.deployment.Deployer
sort
-
Constructor Details
-
GhostAwareAxis2ServiceDeployer
public GhostAwareAxis2ServiceDeployer()
-
-
Method Details
-
init
public void init(org.apache.axis2.context.ConfigurationContext configCtx) - Specified by:
initin interfaceorg.apache.axis2.deployment.Deployer- Overrides:
initin classorg.apache.axis2.deployment.ServiceDeployer
-
deploy
public void deploy(org.apache.axis2.deployment.repository.util.DeploymentFileData deploymentFileData) throws org.apache.axis2.deployment.DeploymentException - Specified by:
deployin interfaceorg.apache.axis2.deployment.Deployer- Overrides:
deployin classorg.apache.axis2.deployment.ServiceDeployer- Throws:
org.apache.axis2.deployment.DeploymentException
-
undeploy
- Specified by:
undeployin interfaceorg.apache.axis2.deployment.Deployer- Overrides:
undeployin classorg.apache.axis2.deployment.ServiceDeployer- Throws:
org.apache.axis2.deployment.DeploymentException
-