public class DataServiceCappDeployer extends Object implements org.wso2.carbon.application.deployer.handler.AppDeploymentHandler
Constructor and Description |
---|
DataServiceCappDeployer() |
Modifier and Type | Method and Description |
---|---|
void |
deployArtifacts(org.wso2.carbon.application.deployer.CarbonApplication carbonApp,
org.apache.axis2.engine.AxisConfiguration axisConfig)
Deploy the data service artifacts and add them to data services.
|
void |
undeployArtifacts(org.wso2.carbon.application.deployer.CarbonApplication carbonApp,
org.apache.axis2.engine.AxisConfiguration axisConfig)
Un-deploy the data services and remove them from data services.
|
public void deployArtifacts(org.wso2.carbon.application.deployer.CarbonApplication carbonApp, org.apache.axis2.engine.AxisConfiguration axisConfig) throws org.apache.axis2.deployment.DeploymentException
deployArtifacts
in interface org.wso2.carbon.application.deployer.handler.AppDeploymentHandler
carbonApp
- find artifacts from this CarbonApplication instance.axisConfig
- AxisConfiguration of the current tenant.org.apache.axis2.deployment.DeploymentException
public void undeployArtifacts(org.wso2.carbon.application.deployer.CarbonApplication carbonApp, org.apache.axis2.engine.AxisConfiguration axisConfig) throws org.apache.axis2.deployment.DeploymentException
undeployArtifacts
in interface org.wso2.carbon.application.deployer.handler.AppDeploymentHandler
carbonApp
- find artifacts from this CarbonApplication instance.axisConfig
- AxisConfiguration of the current tenant.org.apache.axis2.deployment.DeploymentException
Copyright © 2019 WSO2. All rights reserved.