org.springframework.integration.adapter.jms
Class JmsPollingSourceAdapter
java.lang.Object
org.springframework.integration.adapter.AbstractSourceAdapter<T>
org.springframework.integration.adapter.PollingSourceAdapter<java.lang.Object>
org.springframework.integration.adapter.jms.JmsPollingSourceAdapter
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean, org.springframework.context.Lifecycle, org.springframework.integration.adapter.SourceAdapter, org.springframework.integration.scheduling.MessagingTaskSchedulerAware
public class JmsPollingSourceAdapter
- extends org.springframework.integration.adapter.PollingSourceAdapter<java.lang.Object>
A convenience adapter that wraps a JmsPollableSource
.
- Author:
- Mark Fisher
Fields inherited from class org.springframework.integration.adapter.AbstractSourceAdapter |
logger |
Methods inherited from class org.springframework.integration.adapter.PollingSourceAdapter |
getSource, isRunning, processMessages, setInitialDelay, setMaxMessagesPerTask, setMessagingTaskScheduler, setPeriod, start, stop |
Methods inherited from class org.springframework.integration.adapter.AbstractSourceAdapter |
afterPropertiesSet, getChannel, getMessageMapper, initialize, isInitialized, sendToChannel, setChannel, setMessageMapper, setSendTimeout |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JmsPollingSourceAdapter
public JmsPollingSourceAdapter(org.springframework.jms.core.JmsTemplate jmsTemplate)
JmsPollingSourceAdapter
public JmsPollingSourceAdapter(javax.jms.ConnectionFactory connectionFactory,
javax.jms.Destination destination)
JmsPollingSourceAdapter
public JmsPollingSourceAdapter(javax.jms.ConnectionFactory connectionFactory,
java.lang.String destinationName)