Class DefaultJMSConnectionFactoryBindingProcessor

java.lang.Object
org.jboss.as.ee.component.deployers.AbstractPlatformBindingProcessor
org.wildfly.extension.messaging.activemq.deployment.DefaultJMSConnectionFactoryBindingProcessor
All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor

public class DefaultJMSConnectionFactoryBindingProcessor extends org.jboss.as.ee.component.deployers.AbstractPlatformBindingProcessor
Processor responsible for binding the default Jakarta Messaging connection factory to the naming context of EE modules/components.
Author:
Jeff Mesnil (c) 2013 Red Hat Inc., Eduardo Martins
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    addBindings(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.ee.component.EEModuleDescription moduleDescription)
     

    Methods inherited from class org.jboss.as.ee.component.deployers.AbstractPlatformBindingProcessor

    addBinding, deploy

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.jboss.as.server.deployment.DeploymentUnitProcessor

    undeploy
  • Constructor Details

    • DefaultJMSConnectionFactoryBindingProcessor

      public DefaultJMSConnectionFactoryBindingProcessor()
  • Method Details

    • addBindings

      protected void addBindings(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.ee.component.EEModuleDescription moduleDescription)
      Specified by:
      addBindings in class org.jboss.as.ee.component.deployers.AbstractPlatformBindingProcessor