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 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 DefaultJMSConnectionFactoryBindingProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddBindings(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEModuleDescription moduleDescription)-
Methods inherited from class org.jboss.as.ee.component.deployers.AbstractPlatformBindingProcessor
addBinding, deploy
-
-
-
-
Method Detail
-
addBindings
protected void addBindings(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEModuleDescription moduleDescription)- Specified by:
addBindingsin classAbstractPlatformBindingProcessor
-
-