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.ServiceDeployerGhost aware aar services deployer.
-
-
Constructor Summary
Constructors Constructor Description GhostAwareAxis2ServiceDeployer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeploy(org.apache.axis2.deployment.repository.util.DeploymentFileData deploymentFileData)voidinit(org.apache.axis2.context.ConfigurationContext configCtx)voidundeploy(String fileName)
-
-
-
Method Detail
-
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
public void undeploy(String fileName) throws org.apache.axis2.deployment.DeploymentException
- Specified by:
undeployin interfaceorg.apache.axis2.deployment.Deployer- Overrides:
undeployin classorg.apache.axis2.deployment.ServiceDeployer- Throws:
org.apache.axis2.deployment.DeploymentException
-
-