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
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddBindings(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEModuleDescription moduleDescription) Methods inherited from class org.jboss.as.ee.component.deployers.AbstractPlatformBindingProcessor
addBinding, deployMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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, EEModuleDescription moduleDescription) - Specified by:
addBindingsin classAbstractPlatformBindingProcessor
-