org.springframework.integration.adapter.jms
Class JmsPollingSourceAdapter

java.lang.Object
  extended by org.springframework.integration.adapter.AbstractSourceAdapter<T>
      extended by org.springframework.integration.adapter.PollingSourceAdapter<java.lang.Object>
          extended by org.springframework.integration.adapter.jms.JmsPollingSourceAdapter
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.context.Lifecycle, SourceAdapter, MessagingTaskSchedulerAware

public class JmsPollingSourceAdapter
extends PollingSourceAdapter<java.lang.Object>

A convenience adapter that wraps a JmsPollableSource.

Author:
Mark Fisher

Field Summary
 
Fields inherited from class org.springframework.integration.adapter.AbstractSourceAdapter
logger
 
Constructor Summary
JmsPollingSourceAdapter(javax.jms.ConnectionFactory connectionFactory, javax.jms.Destination destination)
           
JmsPollingSourceAdapter(javax.jms.ConnectionFactory connectionFactory, java.lang.String destinationName)
           
JmsPollingSourceAdapter(org.springframework.jms.core.JmsTemplate jmsTemplate)
           
 
Method Summary
 
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
 

Constructor Detail

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)