public class RegistryResourceDeployer extends Object implements AppDeploymentHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
REGISTRY_FILTER_TYPE |
static String |
REGISTRY_HANDLER_TYPE |
static String |
REGISTRY_RESOURCE_TYPE |
| Constructor and Description |
|---|
RegistryResourceDeployer() |
| 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)
Undeploys Registry resources of the given cApp
|
public static final String REGISTRY_RESOURCE_TYPE
public static final String REGISTRY_FILTER_TYPE
public static final String REGISTRY_HANDLER_TYPE
public void deployArtifacts(CarbonApplication carbonApp, org.apache.axis2.engine.AxisConfiguration axisConfig)
deployArtifacts in interface AppDeploymentHandlercarbonApp - - store info in this object after deployingaxisConfig - - AxisConfiguration of the current tenantpublic 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.