public class CappAxis2Deployer
extends org.apache.axis2.deployment.AbstractDeployer
| Constructor and Description |
|---|
CappAxis2Deployer() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
void |
deploy(org.apache.axis2.deployment.repository.util.DeploymentFileData deploymentFileData)
Axis2 deployment engine will call this method when a .car archive is deployed.
|
void |
init(org.apache.axis2.context.ConfigurationContext configurationContext) |
void |
setDirectory(String s) |
void |
setExtension(String s) |
void |
undeploy(String filePath)
Undeploys the cApp from system when the .car file is deleted from the repository.
|
public void init(org.apache.axis2.context.ConfigurationContext configurationContext)
public void deploy(org.apache.axis2.deployment.repository.util.DeploymentFileData deploymentFileData)
throws org.apache.axis2.deployment.DeploymentException
deploy in interface org.apache.axis2.deployment.Deployerdeploy in class org.apache.axis2.deployment.AbstractDeployerdeploymentFileData - - info about the deployed fileorg.apache.axis2.deployment.DeploymentException - - error while deploying cApppublic void setDirectory(String s)
public void setExtension(String s)
public void undeploy(String filePath) throws org.apache.axis2.deployment.DeploymentException
undeploy in interface org.apache.axis2.deployment.Deployerundeploy in class org.apache.axis2.deployment.AbstractDeployerfilePath - - deleted .car file pathorg.apache.axis2.deployment.DeploymentExceptionpublic void cleanup()
throws org.apache.axis2.deployment.DeploymentException
cleanup in interface org.apache.axis2.deployment.Deployercleanup in class org.apache.axis2.deployment.AbstractDeployerorg.apache.axis2.deployment.DeploymentExceptionCopyright © 2018 WSO2 Inc. All rights reserved.