public class DefaultAppDeployer extends Object implements AppDeploymentHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
AAR_TYPE |
static String |
BUNDLE_TYPE |
static String |
DS_DIR |
static String |
DS_TYPE |
static String |
MEDIATOR_TYPE |
| Constructor and Description |
|---|
DefaultAppDeployer() |
| 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 (Axis2 services,
JAXWS services ..).
|
void |
undeployArtifacts(CarbonApplication carbonApp,
org.apache.axis2.engine.AxisConfiguration axisConfig)
Undeploys AAR, Data services, libs etc.
|
public static final String AAR_TYPE
public static final String DS_TYPE
public static final String BUNDLE_TYPE
public static final String MEDIATOR_TYPE
public static final String DS_DIR
public void deployArtifacts(CarbonApplication carbonApp, org.apache.axis2.engine.AxisConfiguration axisConfig) throws org.apache.axis2.deployment.DeploymentException
deployArtifacts in interface AppDeploymentHandlercarbonApp - - find artifacts from this CarbonApplication instanceaxisConfig - - AxisConfiguration of the current tenantorg.apache.axis2.deployment.DeploymentExceptionpublic void undeployArtifacts(CarbonApplication carbonApp, org.apache.axis2.engine.AxisConfiguration axisConfig)
undeployArtifacts in interface AppDeploymentHandlercarbonApp - - all information about the existing artifacts are in this instanceaxisConfig - - AxisConfiguration of the current tenantCopyright © 2018 WSO2 Inc. All rights reserved.