Class 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
    • Constructor Detail

      • FileRegistryResourceDeployer

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

      • 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