public class BPELAppDeployer extends Object implements org.wso2.carbon.application.deployer.handler.AppDeploymentHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
BPEL_DIR |
static String |
BPEL_TYPE |
| Constructor and Description |
|---|
BPELAppDeployer() |
| Modifier and Type | Method and Description |
|---|---|
void |
deployArtifacts(org.wso2.carbon.application.deployer.CarbonApplication carbonApp,
org.apache.axis2.engine.AxisConfiguration axisConfig)
Check the artifact type and if it is a BPEL, copy it to the BPEL deployment hot folder
|
void |
undeployArtifacts(org.wso2.carbon.application.deployer.CarbonApplication carbonApp,
org.apache.axis2.engine.AxisConfiguration axisConfig)
Check the artifact type and if it is a BPEL, delete the file from the BPEL
deployment hot folder
|
public static final String BPEL_TYPE
public static final String BPEL_DIR
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.AppDeploymentHandlercarbonApp - - CarbonApplication instance to check for BPEL artifactsaxisConfig - - AxisConfiguration of the current tenantorg.apache.axis2.deployment.DeploymentExceptionpublic void undeployArtifacts(org.wso2.carbon.application.deployer.CarbonApplication carbonApp,
org.apache.axis2.engine.AxisConfiguration axisConfig)
undeployArtifacts in interface org.wso2.carbon.application.deployer.handler.AppDeploymentHandlercarbonApp - - CarbonApplication instance to check for BPEL artifactsaxisConfig - - - axisConfig of the current tenantCopyright © 2017 WSO2. All rights reserved.