Uses of Interface
org.apache.camel.component.twitter.TwitterEndpoint
-
-
Uses of TwitterEndpoint in org.apache.camel.component.twitter
Classes in org.apache.camel.component.twitter that implement TwitterEndpoint Modifier and Type Class Description classAbstractTwitterEndpointThe base Twitter Endpoint. -
Uses of TwitterEndpoint in org.apache.camel.component.twitter.consumer
Fields in org.apache.camel.component.twitter.consumer declared as TwitterEndpoint Modifier and Type Field Description protected TwitterEndpointAbstractTwitterConsumerHandler. endpointInstance of TwitterEndpoint.Methods in org.apache.camel.component.twitter.consumer with parameters of type TwitterEndpoint Modifier and Type Method Description org.apache.camel.ExchangeTwitterEventType. createExchange(TwitterEndpoint endpoint)<T> org.apache.camel.ExchangeTwitterEventType. createExchange(TwitterEndpoint endpoint, T body)<T> List<org.apache.camel.Exchange>TwitterEventType. createExchangeList(TwitterEndpoint endpoint, List<T> bodyList)Constructors in org.apache.camel.component.twitter.consumer with parameters of type TwitterEndpoint Constructor Description AbstractTwitterConsumerHandler(TwitterEndpoint endpoint) -
Uses of TwitterEndpoint in org.apache.camel.component.twitter.directmessage
Classes in org.apache.camel.component.twitter.directmessage that implement TwitterEndpoint Modifier and Type Class Description classTwitterDirectMessageEndpointSend and receive Twitter direct messages.Constructors in org.apache.camel.component.twitter.directmessage with parameters of type TwitterEndpoint Constructor Description DirectMessageConsumerHandler(TwitterEndpoint te)DirectMessageProducer(TwitterEndpoint endpoint, String user) -
Uses of TwitterEndpoint in org.apache.camel.component.twitter.search
Classes in org.apache.camel.component.twitter.search that implement TwitterEndpoint Modifier and Type Class Description classTwitterSearchEndpointAccess Twitter Search.Constructors in org.apache.camel.component.twitter.search with parameters of type TwitterEndpoint Constructor Description SearchConsumerHandler(TwitterEndpoint te, String keywords)SearchProducer(TwitterEndpoint endpoint, String keywords) -
Uses of TwitterEndpoint in org.apache.camel.component.twitter.timeline
Classes in org.apache.camel.component.twitter.timeline that implement TwitterEndpoint Modifier and Type Class Description classTwitterTimelineEndpointSend tweets and receive tweets from user's timeline.Constructors in org.apache.camel.component.twitter.timeline with parameters of type TwitterEndpoint Constructor Description HomeConsumerHandler(TwitterEndpoint endpoint)MentionsConsumerHandler(TwitterEndpoint endpoint)RetweetsConsumerHandler(TwitterEndpoint endpoint)UserConsumerHandler(TwitterEndpoint endpoint, String user)UserListConsumerHandler(TwitterEndpoint endpoint, String user, String list)UserProducer(TwitterEndpoint endpoint)
-