public class SynapseAppDeployer extends Object implements org.wso2.carbon.application.deployer.handler.AppDeploymentHandler
| Constructor and Description |
|---|
SynapseAppDeployer() |
| Modifier and Type | Method and Description |
|---|---|
void |
deployArtifacts(org.wso2.carbon.application.deployer.CarbonApplication carbonApp,
org.apache.axis2.engine.AxisConfiguration axisConfig)
Deploy the artifacts which can be deployed through this deployer (endpoints, sequences,
proxy service etc.).
|
void |
undeployArtifacts(org.wso2.carbon.application.deployer.CarbonApplication carbonApplication,
org.apache.axis2.engine.AxisConfiguration axisConfig)
Un-deploys Synapse artifacts found in this application.
|
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 artifactsaxisConfig - - AxisConfiguration of the current tenantorg.apache.axis2.deployment.DeploymentExceptionpublic void undeployArtifacts(org.wso2.carbon.application.deployer.CarbonApplication carbonApplication,
org.apache.axis2.engine.AxisConfiguration axisConfig)
throws org.apache.axis2.deployment.DeploymentException
undeployArtifacts in interface org.wso2.carbon.application.deployer.handler.AppDeploymentHandlercarbonApplication - - CarbonApplication instanceaxisConfig - - AxisConfiguration of the current tenantorg.apache.axis2.deployment.DeploymentExceptionCopyright © 2015 WSO2. All rights reserved.