Uses of Interface
org.springframework.jms.listener.endpoint.JmsActivationSpecFactory
Packages that use JmsActivationSpecFactory
Package
Description
Support package for declarative messaging configuration,
with Java configuration and XML schema support.
This package provides JCA-based endpoint management for JMS message listeners.
-
Uses of JmsActivationSpecFactory in org.springframework.jms.config
Methods in org.springframework.jms.config with parameters of type JmsActivationSpecFactoryModifier and TypeMethodDescriptionvoidDefaultJcaListenerContainerFactory.setActivationSpecFactory(JmsActivationSpecFactory activationSpecFactory) -
Uses of JmsActivationSpecFactory in org.springframework.jms.listener.endpoint
Classes in org.springframework.jms.listener.endpoint that implement JmsActivationSpecFactoryModifier and TypeClassDescriptionclassDefault implementation of theJmsActivationSpecFactoryinterface.classStandard implementation of theJmsActivationSpecFactoryinterface.Methods in org.springframework.jms.listener.endpoint with parameters of type JmsActivationSpecFactoryModifier and TypeMethodDescriptionvoidJmsMessageEndpointManager.setActivationSpecFactory(JmsActivationSpecFactory activationSpecFactory) Set the factory for concrete JCA 1.5 ActivationSpec objects, creating JCA ActivationSpecs based onJmsActivationSpecConfigobjects.