Uses of Class
org.apache.camel.component.twitter.consumer.Twitter4JConsumer

Packages that use Twitter4JConsumer
org.apache.camel.component.twitter   
org.apache.camel.component.twitter.consumer   
org.apache.camel.component.twitter.consumer.directmessage   
org.apache.camel.component.twitter.consumer.search   
org.apache.camel.component.twitter.consumer.streaming   
org.apache.camel.component.twitter.consumer.timeline   
 

Uses of Twitter4JConsumer in org.apache.camel.component.twitter
 

Methods in org.apache.camel.component.twitter that return Twitter4JConsumer
static Twitter4JConsumer Twitter4JFactory.getConsumer(TwitterEndpoint te, String uri)
           
 

Uses of Twitter4JConsumer in org.apache.camel.component.twitter.consumer
 

Constructors in org.apache.camel.component.twitter.consumer with parameters of type Twitter4JConsumer
TwitterConsumerDirect(TwitterEndpoint endpoint, org.apache.camel.Processor processor, Twitter4JConsumer twitter4jConsumer)
           
TwitterConsumerEvent(TwitterEndpoint endpoint, org.apache.camel.Processor processor, Twitter4JConsumer twitter4jConsumer)
           
TwitterConsumerPolling(TwitterEndpoint endpoint, org.apache.camel.Processor processor, Twitter4JConsumer twitter4jConsumer)
           
 

Uses of Twitter4JConsumer in org.apache.camel.component.twitter.consumer.directmessage
 

Subclasses of Twitter4JConsumer in org.apache.camel.component.twitter.consumer.directmessage
 class DirectMessageConsumer
          Consumes a user's direct messages
 

Uses of Twitter4JConsumer in org.apache.camel.component.twitter.consumer.search
 

Subclasses of Twitter4JConsumer in org.apache.camel.component.twitter.consumer.search
 class SearchConsumer
          Consumes search requests
 

Uses of Twitter4JConsumer in org.apache.camel.component.twitter.consumer.streaming
 

Subclasses of Twitter4JConsumer in org.apache.camel.component.twitter.consumer.streaming
 class FilterConsumer
          Consumes the filter stream
 class SampleConsumer
          Consumes the sample stream
 class StreamingConsumer
          Super class providing consuming capabilities for the streaming API.
 

Uses of Twitter4JConsumer in org.apache.camel.component.twitter.consumer.timeline
 

Subclasses of Twitter4JConsumer in org.apache.camel.component.twitter.consumer.timeline
 class HomeConsumer
          Consumes the user's home timeline.
 class MentionsConsumer
          Consumes tweets in which the user has been mentioned.
 class RetweetsConsumer
          Consumes a user's tweets that have been retweeted
 class UserConsumer
          Consumes the timeline of a given user.
 



Apache Camel