public interface AppDeploymentHandler
| Modifier and Type | Method and Description |
|---|---|
void |
deployArtifacts(CarbonApplication carbonApp,
org.apache.axis2.engine.AxisConfiguration axisConfig)
Deploy the artifacts which can be deployed through this deployer.
|
void |
undeployArtifacts(CarbonApplication carbonApp,
org.apache.axis2.engine.AxisConfiguration axisConfig)
Delete the artifacts which can be deleted through this deployer.
|
void deployArtifacts(CarbonApplication carbonApp, org.apache.axis2.engine.AxisConfiguration axisConfig) throws org.apache.axis2.deployment.DeploymentException
carbonApp - - store info in this object after deployingaxisConfig - - AxisConfiguration of the current tenantorg.apache.axis2.deployment.DeploymentExceptionvoid undeployArtifacts(CarbonApplication carbonApp, org.apache.axis2.engine.AxisConfiguration axisConfig) throws org.apache.axis2.deployment.DeploymentException
carbonApp - - all information about the existing artifacts are in this instanceaxisConfig - - AxisConfiguration of the current tenantorg.apache.axis2.deployment.DeploymentExceptionCopyright © 2018 WSO2 Inc. All rights reserved.