org.springframework.integration.twitter.outbound
Class TimelineUpdateSendingMessageHandler

java.lang.Object
  extended by org.springframework.integration.context.IntegrationObjectSupport
      extended by org.springframework.integration.handler.AbstractMessageHandler
          extended by org.springframework.integration.twitter.outbound.AbstractOutboundTwitterEndpointSupport
              extended by org.springframework.integration.twitter.outbound.TimelineUpdateSendingMessageHandler
All Implemented Interfaces:
BeanFactoryAware, BeanNameAware, InitializingBean, Ordered, NamedComponent, Orderable, MessageHandler, TrackableComponent

public class TimelineUpdateSendingMessageHandler
extends AbstractOutboundTwitterEndpointSupport

This class is useful for both sending regular status updates as well as 'replies' or 'mentions'

Since:
2.0

Field Summary
 
Fields inherited from class org.springframework.integration.twitter.outbound.AbstractOutboundTwitterEndpointSupport
configuration, supportStatusUpdate, twitter
 
Fields inherited from class org.springframework.integration.handler.AbstractMessageHandler
logger
 
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
 
Constructor Summary
TimelineUpdateSendingMessageHandler()
           
 
Method Summary
protected  void handleMessageInternal(Message<?> message)
           
 
Methods inherited from class org.springframework.integration.twitter.outbound.AbstractOutboundTwitterEndpointSupport
onInit, setConfiguration
 
Methods inherited from class org.springframework.integration.handler.AbstractMessageHandler
getComponentType, getOrder, handleMessage, setOrder, setShouldTrack
 
Methods inherited from class org.springframework.integration.context.IntegrationObjectSupport
afterPropertiesSet, getBeanFactory, getComponentName, getConversionService, getTaskScheduler, setBeanFactory, setBeanName, setComponentName, setConversionService, 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

TimelineUpdateSendingMessageHandler

public TimelineUpdateSendingMessageHandler()
Method Detail

handleMessageInternal

protected void handleMessageInternal(Message<?> message)
                              throws java.lang.Exception
Specified by:
handleMessageInternal in class AbstractMessageHandler
Throws:
java.lang.Exception