org.springframework.integration.jms
Class AbstractJmsChannel

java.lang.Object
  extended by org.springframework.integration.context.IntegrationObjectSupport
      extended by org.springframework.integration.channel.AbstractMessageChannel
          extended by org.springframework.integration.jms.AbstractJmsChannel
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean, org.springframework.integration.context.NamedComponent, org.springframework.integration.history.TrackableComponent, org.springframework.integration.MessageChannel
Direct Known Subclasses:
PollableJmsChannel, SubscribableJmsChannel

public abstract class AbstractJmsChannel
extends org.springframework.integration.channel.AbstractMessageChannel

Since:
2.0

Nested Class Summary
 
Nested classes/interfaces inherited from class org.springframework.integration.channel.AbstractMessageChannel
org.springframework.integration.channel.AbstractMessageChannel.ChannelInterceptorList
 
Field Summary
 
Fields inherited from class org.springframework.integration.channel.AbstractMessageChannel
logger
 
Constructor Summary
AbstractJmsChannel(org.springframework.jms.core.JmsTemplate jmsTemplate)
           
 
Method Summary
protected  boolean doSend(org.springframework.integration.Message<?> message, long timeout)
           
 
Methods inherited from class org.springframework.integration.channel.AbstractMessageChannel
addInterceptor, getComponentType, getInterceptors, send, send, setConversionService, setDatatypes, setInterceptors, setShouldTrack
 
Methods inherited from class org.springframework.integration.context.IntegrationObjectSupport
afterPropertiesSet, getBeanFactory, getComponentName, getConversionService, getTaskScheduler, onInit, setBeanFactory, setBeanName, setComponentName, setTaskScheduler, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.springframework.integration.context.NamedComponent
getComponentName
 

Constructor Detail

AbstractJmsChannel

public AbstractJmsChannel(org.springframework.jms.core.JmsTemplate jmsTemplate)
Method Detail

doSend

protected boolean doSend(org.springframework.integration.Message<?> message,
                         long timeout)
Specified by:
doSend in class org.springframework.integration.channel.AbstractMessageChannel