Class JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware
java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<T>
org.springframework.integration.dsl.IntegrationComponentSpec<S,H>
org.springframework.integration.dsl.MessageHandlerSpec<S,JmsSendingMessageHandler>
org.springframework.integration.jms.dsl.JmsOutboundChannelAdapterSpec<JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware>
org.springframework.integration.jms.dsl.JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware
- All Implemented Interfaces:
Aware
,BeanClassLoaderAware
,BeanFactoryAware
,DisposableBean
,FactoryBean<JmsSendingMessageHandler>
,InitializingBean
,Lifecycle
,Phased
,SmartLifecycle
,ComponentsRegistration
- Enclosing class:
- JmsOutboundChannelAdapterSpec<S extends JmsOutboundChannelAdapterSpec<S>>
public static class JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware extends JmsOutboundChannelAdapterSpec<JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware> implements ComponentsRegistration
A
JmsTemplate
-based JmsOutboundChannelAdapterSpec
extension.-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.integration.jms.dsl.JmsOutboundChannelAdapterSpec
JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware
-
Field Summary
Fields inherited from class org.springframework.integration.jms.dsl.JmsOutboundChannelAdapterSpec
jmsTemplateSpec
Fields inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
PARSER, target
-
Constructor Summary
Constructors Modifier Constructor Description protected
JmsOutboundChannelSpecTemplateAware(javax.jms.ConnectionFactory connectionFactory)
-
Method Summary
Modifier and Type Method Description JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware
configureJmsTemplate(Consumer<JmsTemplateSpec> configurer)
Map<Object,String>
getComponentsToRegister()
Methods inherited from class org.springframework.integration.jms.dsl.JmsOutboundChannelAdapterSpec
deliveryModeExpression, deliveryModeFunction, destination, destination, destination, destinationExpression, extractPayload, headerMapper, timeToLiveExpression, timeToLiveFunction
Methods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
_this, createInstance, destroyInstance, doGet, get, getId, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stop
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
afterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
-
Constructor Details
-
JmsOutboundChannelSpecTemplateAware
protected JmsOutboundChannelSpecTemplateAware(javax.jms.ConnectionFactory connectionFactory)
-
-
Method Details
-
configureJmsTemplate
public JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware configureJmsTemplate(Consumer<JmsTemplateSpec> configurer) -
getComponentsToRegister
- Specified by:
getComponentsToRegister
in interfaceComponentsRegistration
-