Class FileRegistryResourceDeployer

java.lang.Object
org.wso2.carbon.application.deployer.synapse.FileRegistryResourceDeployer
All Implemented Interfaces:
org.wso2.carbon.application.deployer.handler.AppDeploymentHandler

public class FileRegistryResourceDeployer extends Object implements org.wso2.carbon.application.deployer.handler.AppDeploymentHandler
Carbon application deployer to deploy registry artifacts to file based registry
  • Field Details

  • Constructor Details

    • FileRegistryResourceDeployer

      public FileRegistryResourceDeployer(org.apache.synapse.registry.Registry lightweightRegistry)
  • Method Details

    • deployArtifacts

      public void deployArtifacts(org.wso2.carbon.application.deployer.CarbonApplication carbonApplication, org.apache.axis2.engine.AxisConfiguration axisConfiguration) throws org.apache.axis2.deployment.DeploymentException
      Specified by:
      deployArtifacts in interface org.wso2.carbon.application.deployer.handler.AppDeploymentHandler
      Throws:
      org.apache.axis2.deployment.DeploymentException
    • undeployArtifacts

      public void undeployArtifacts(org.wso2.carbon.application.deployer.CarbonApplication carbonApplication, org.apache.axis2.engine.AxisConfiguration axisConfiguration) throws org.apache.axis2.deployment.DeploymentException
      Specified by:
      undeployArtifacts in interface org.wso2.carbon.application.deployer.handler.AppDeploymentHandler
      Throws:
      org.apache.axis2.deployment.DeploymentException