D G H I M O P S T 

D

DirectMessageReceivingMessageSource - Class in org.springframework.integration.twitter.inbound
This class handles support for receiving DMs (direct messages) using Twitter.
DirectMessageReceivingMessageSource(Twitter, String) - Constructor for class org.springframework.integration.twitter.inbound.DirectMessageReceivingMessageSource
 
DirectMessageSendingMessageHandler - Class in org.springframework.integration.twitter.outbound
Simple adapter to support sending outbound direct messages ("DM"s) using Twitter.
DirectMessageSendingMessageHandler(Twitter) - Constructor for class org.springframework.integration.twitter.outbound.DirectMessageSendingMessageHandler
 
DM_TARGET_USER_ID - Static variable in class org.springframework.integration.twitter.core.TwitterHeaders
 

G

getComponentType() - Method in class org.springframework.integration.twitter.inbound.DirectMessageReceivingMessageSource
 
getComponentType() - Method in class org.springframework.integration.twitter.inbound.MentionsReceivingMessageSource
 
getComponentType() - Method in class org.springframework.integration.twitter.inbound.SearchReceivingMessageSource
 
getComponentType() - Method in class org.springframework.integration.twitter.inbound.TimelineReceivingMessageSource
 
getComponentType() - Method in class org.springframework.integration.twitter.outbound.DirectMessageSendingMessageHandler
 
getComponentType() - Method in class org.springframework.integration.twitter.outbound.StatusUpdatingMessageHandler
 
getComponentType() - Method in class org.springframework.integration.twitter.outbound.TwitterSearchOutboundGateway
 
getInputChannelAttributeName() - Method in class org.springframework.integration.twitter.config.TwitterSearchOutboundGatewayParser
 
getTwitter() - Method in class org.springframework.integration.twitter.outbound.TwitterSearchOutboundGateway
 

H

handleMessageInternal(Message<?>) - Method in class org.springframework.integration.twitter.outbound.DirectMessageSendingMessageHandler
 
handleMessageInternal(Message<?>) - Method in class org.springframework.integration.twitter.outbound.StatusUpdatingMessageHandler
 
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.twitter.outbound.TwitterSearchOutboundGateway
 

I

init() - Method in class org.springframework.integration.twitter.config.TwitterNamespaceHandler
 

M

MentionsReceivingMessageSource - Class in org.springframework.integration.twitter.inbound
Receives Message Tweets
MentionsReceivingMessageSource(Twitter, String) - Constructor for class org.springframework.integration.twitter.inbound.MentionsReceivingMessageSource
 

O

org.springframework.integration.twitter.config - package org.springframework.integration.twitter.config
Contains parser classes for the Twitter namespace support.
org.springframework.integration.twitter.core - package org.springframework.integration.twitter.core
Provides classes used across all Twitter components.
org.springframework.integration.twitter.inbound - package org.springframework.integration.twitter.inbound
Provides inbound Twitter components.
org.springframework.integration.twitter.outbound - package org.springframework.integration.twitter.outbound
Provides outbound Twitter components.

P

parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.twitter.config.TwitterOutboundChannelAdapterParser
 
parseHandler(Element, ParserContext) - Method in class org.springframework.integration.twitter.config.TwitterSearchOutboundGatewayParser
 
parseSource(Element, ParserContext) - Method in class org.springframework.integration.twitter.config.TwitterInboundChannelAdapterParser
 
pollForTweets(long) - Method in class org.springframework.integration.twitter.inbound.DirectMessageReceivingMessageSource
 
pollForTweets(long) - Method in class org.springframework.integration.twitter.inbound.MentionsReceivingMessageSource
 
pollForTweets(long) - Method in class org.springframework.integration.twitter.inbound.SearchReceivingMessageSource
 
pollForTweets(long) - Method in class org.springframework.integration.twitter.inbound.TimelineReceivingMessageSource
 

S

SEARCH_METADATA - Static variable in class org.springframework.integration.twitter.core.TwitterHeaders
 
SearchReceivingMessageSource - Class in org.springframework.integration.twitter.inbound
 
SearchReceivingMessageSource(Twitter, String) - Constructor for class org.springframework.integration.twitter.inbound.SearchReceivingMessageSource
 
setIntegrationEvaluationContext(EvaluationContext) - Method in class org.springframework.integration.twitter.outbound.StatusUpdatingMessageHandler
 
setIntegrationEvaluationContext(EvaluationContext) - Method in class org.springframework.integration.twitter.outbound.TwitterSearchOutboundGateway
 
setQuery(String) - Method in class org.springframework.integration.twitter.inbound.SearchReceivingMessageSource
 
setSearchArgsExpression(Expression) - Method in class org.springframework.integration.twitter.outbound.TwitterSearchOutboundGateway
An expression that is used to build the search; must resolve to a SearchParameters object, or a String, in which case the default page size of 20 is applied, or a list of up to 4 arguments, such as "{payload, headers.pageSize, headers.sinceId, headers.maxId}".
setTweetDataExpression(Expression) - Method in class org.springframework.integration.twitter.outbound.StatusUpdatingMessageHandler
An expression that is used to build the TweetData; must resolve to a TweetData object, or a String, or a Tweet.
StatusUpdatingMessageHandler - Class in org.springframework.integration.twitter.outbound
MessageHandler for sending regular status updates as well as 'replies' or 'mentions'.
StatusUpdatingMessageHandler(Twitter) - Constructor for class org.springframework.integration.twitter.outbound.StatusUpdatingMessageHandler
 

T

TimelineReceivingMessageSource - Class in org.springframework.integration.twitter.inbound
This MessageSource lets Spring Integration consume given account's timeline as messages.
TimelineReceivingMessageSource(Twitter, String) - Constructor for class org.springframework.integration.twitter.inbound.TimelineReceivingMessageSource
 
TwitterHeaders - Class in org.springframework.integration.twitter.core
Header keys used by the various Twitter adapters.
TwitterInboundChannelAdapterParser - Class in org.springframework.integration.twitter.config
Parser for inbound Twitter Channel Adapters.
TwitterInboundChannelAdapterParser() - Constructor for class org.springframework.integration.twitter.config.TwitterInboundChannelAdapterParser
 
TwitterNamespaceHandler - Class in org.springframework.integration.twitter.config
Namespace handler for the Twitter adapters.
TwitterNamespaceHandler() - Constructor for class org.springframework.integration.twitter.config.TwitterNamespaceHandler
 
TwitterOutboundChannelAdapterParser - Class in org.springframework.integration.twitter.config
Parser for all outbound Twitter adapters
TwitterOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.twitter.config.TwitterOutboundChannelAdapterParser
 
TwitterSearchOutboundGateway - Class in org.springframework.integration.twitter.outbound
The AbstractReplyProducingMessageHandler implementation to perform request/reply Twitter search with SearchParameters as the result of TwitterSearchOutboundGateway.searchArgsExpression expression evaluation.
TwitterSearchOutboundGateway(Twitter) - Constructor for class org.springframework.integration.twitter.outbound.TwitterSearchOutboundGateway
 
TwitterSearchOutboundGatewayParser - Class in org.springframework.integration.twitter.config
Parser for <int-twitter:search-outbound-gateway/>.
TwitterSearchOutboundGatewayParser() - Constructor for class org.springframework.integration.twitter.config.TwitterSearchOutboundGatewayParser
 
D G H I M O P S T