Uses of Interface
org.apache.camel.component.twitter.TwitterEndpoint

Packages that use TwitterEndpoint
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   
org.apache.camel.component.twitter.producer   
 

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

Classes in org.apache.camel.component.twitter that implement TwitterEndpoint
 class TwitterEndpointDirect
          Twitter direct endpoint
 class TwitterEndpointEvent
           
 class TwitterEndpointPolling
          Twitter polling endpoint
 

Methods in org.apache.camel.component.twitter with parameters of type TwitterEndpoint
static Twitter4JConsumer Twitter4JFactory.getConsumer(TwitterEndpoint te, String uri)
           
static org.apache.camel.impl.DefaultProducer Twitter4JFactory.getProducer(TwitterEndpoint te, String uri)
           
 

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

Fields in org.apache.camel.component.twitter.consumer declared as TwitterEndpoint
protected  TwitterEndpoint Twitter4JConsumer.te
          Instance of TwitterEndpoint.
 

Constructors in org.apache.camel.component.twitter.consumer with parameters of type TwitterEndpoint
Twitter4JConsumer(TwitterEndpoint te)
           
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 TwitterEndpoint in org.apache.camel.component.twitter.consumer.directmessage
 

Constructors in org.apache.camel.component.twitter.consumer.directmessage with parameters of type TwitterEndpoint
DirectMessageConsumer(TwitterEndpoint te)
           
 

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

Constructors in org.apache.camel.component.twitter.consumer.search with parameters of type TwitterEndpoint
SearchConsumer(TwitterEndpoint te)
           
 

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

Constructors in org.apache.camel.component.twitter.consumer.streaming with parameters of type TwitterEndpoint
FilterConsumer(TwitterEndpoint te)
           
SampleConsumer(TwitterEndpoint te)
           
StreamingConsumer(TwitterEndpoint te)
           
 

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

Constructors in org.apache.camel.component.twitter.consumer.timeline with parameters of type TwitterEndpoint
HomeConsumer(TwitterEndpoint te)
           
MentionsConsumer(TwitterEndpoint te)
           
RetweetsConsumer(TwitterEndpoint te)
           
UserConsumer(TwitterEndpoint te)
           
 

Uses of TwitterEndpoint in org.apache.camel.component.twitter.producer
 

Fields in org.apache.camel.component.twitter.producer declared as TwitterEndpoint
protected  TwitterEndpoint Twitter4JProducer.te
          Instance of TwitterEndpoint.
 

Constructors in org.apache.camel.component.twitter.producer with parameters of type TwitterEndpoint
DirectMessageProducer(TwitterEndpoint te)
           
SearchProducer(TwitterEndpoint te)
           
Twitter4JProducer(TwitterEndpoint te)
           
UserProducer(TwitterEndpoint te)
           
 



Apache Camel