|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.adapter.AbstractSourceAdapter<T>
org.springframework.integration.adapter.PollingSourceAdapter<java.lang.Object>
org.springframework.integration.adapter.jms.JmsPollingSourceAdapter
public class JmsPollingSourceAdapter
A convenience adapter that wraps a JmsPollableSource
.
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 |
---|
public JmsPollingSourceAdapter(org.springframework.jms.core.JmsTemplate jmsTemplate)
public JmsPollingSourceAdapter(javax.jms.ConnectionFactory connectionFactory, javax.jms.Destination destination)
public JmsPollingSourceAdapter(javax.jms.ConnectionFactory connectionFactory, java.lang.String destinationName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |