Class MessagingXmlInstallDeploymentUnitProcessor

java.lang.Object
org.wildfly.extension.messaging.activemq.deployment.MessagingXmlInstallDeploymentUnitProcessor
All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor

public class MessagingXmlInstallDeploymentUnitProcessor extends Object implements org.jboss.as.server.deployment.DeploymentUnitProcessor
Processor that handles the installation of the messaging subsystems deployable XML
Author:
Stuart Douglas
  • Constructor Details

    • MessagingXmlInstallDeploymentUnitProcessor

      public MessagingXmlInstallDeploymentUnitProcessor()
  • Method Details

    • deploy

      public void deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) 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 context)
      Specified by:
      undeploy in interface org.jboss.as.server.deployment.DeploymentUnitProcessor