Class DistributableWebDeploymentParsingProcessor

java.lang.Object
org.wildfly.extension.clustering.web.deployment.DistributableWebDeploymentParsingProcessor
All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor

public class DistributableWebDeploymentParsingProcessor extends Object implements org.jboss.as.server.deployment.DeploymentUnitProcessor
DeploymentUnitProcessor that parses a standalone distributable-web deployment descriptor.
Author:
Paul Ferraro
  • Constructor Details

    • DistributableWebDeploymentParsingProcessor

      public DistributableWebDeploymentParsingProcessor()
  • Method Details

    • deploy

      public void deploy(org.jboss.as.server.deployment.DeploymentPhaseContext context) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
      Specified by:
      deploy in interface org.jboss.as.server.deployment.DeploymentUnitProcessor
      Throws:
      org.jboss.as.server.deployment.DeploymentUnitProcessingException
    • undeploy

      public void undeploy(org.jboss.as.server.deployment.DeploymentUnit unit)
      Specified by:
      undeploy in interface org.jboss.as.server.deployment.DeploymentUnitProcessor