Uses of Class
org.springframework.integration.jms.AbstractJmsChannel
Packages that use AbstractJmsChannel
Package
Description
Base package for JMS Support.
Provides classes for configuration - parsers, namespace handlers, factory beans.
Provides JMS Component support for the Java DSL.
-
Uses of AbstractJmsChannel in org.springframework.integration.jms
Subclasses of AbstractJmsChannel in org.springframework.integration.jmsModifier and TypeClassDescriptionclass
class
AnAbstractJmsChannel
implementation for message-driven subscriptions. -
Uses of AbstractJmsChannel in org.springframework.integration.jms.config
Subclasses with type arguments of type AbstractJmsChannel in org.springframework.integration.jms.configMethods in org.springframework.integration.jms.config that return AbstractJmsChannelModifier and TypeMethodDescriptionprotected AbstractJmsChannel
JmsChannelFactoryBean.createInstance()
Methods in org.springframework.integration.jms.config with parameters of type AbstractJmsChannelModifier and TypeMethodDescriptionprotected void
JmsChannelFactoryBean.destroyInstance
(AbstractJmsChannel instance) -
Uses of AbstractJmsChannel in org.springframework.integration.jms.dsl
Classes in org.springframework.integration.jms.dsl with type parameters of type AbstractJmsChannelModifier and TypeClassDescriptionclass
JmsMessageChannelSpec<S extends JmsMessageChannelSpec<S,
T>, T extends AbstractJmsChannel> AJmsMessageChannelSpec
for subscribableAbstractJmsChannel
s.class
JmsPollableMessageChannelSpec<S extends JmsPollableMessageChannelSpec<S,
T>, T extends AbstractJmsChannel> AMessageChannelSpec
for anAbstractJmsChannel
.