Uses of Interface
org.apache.camel.component.twitter.TwitterEndpoint
Packages that use TwitterEndpoint
Package
Description
-
Uses of TwitterEndpoint in org.apache.camel.component.twitter
Classes in org.apache.camel.component.twitter that implement TwitterEndpoint -
Uses of TwitterEndpoint in org.apache.camel.component.twitter.consumer
Fields in org.apache.camel.component.twitter.consumer declared as TwitterEndpointModifier and TypeFieldDescriptionprotected final TwitterEndpointAbstractTwitterConsumerHandler.endpointInstance of TwitterEndpoint.Methods in org.apache.camel.component.twitter.consumer with parameters of type TwitterEndpointModifier and TypeMethodDescriptionorg.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 -
Uses of TwitterEndpoint in org.apache.camel.component.twitter.directmessage
Classes in org.apache.camel.component.twitter.directmessage that implement TwitterEndpointModifier and TypeClassDescriptionclassSend and receive Twitter direct messages.Constructors in org.apache.camel.component.twitter.directmessage with parameters of type TwitterEndpoint -
Uses of TwitterEndpoint in org.apache.camel.component.twitter.search
Classes in org.apache.camel.component.twitter.search that implement TwitterEndpointConstructors in org.apache.camel.component.twitter.search with parameters of type TwitterEndpointModifierConstructorDescriptionSearchConsumerHandler(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 TwitterEndpointModifier and TypeClassDescriptionclassSend tweets and receive tweets from user's timeline.Constructors in org.apache.camel.component.twitter.timeline with parameters of type TwitterEndpointModifierConstructorDescriptionHomeConsumerHandler(TwitterEndpoint endpoint) MentionsConsumerHandler(TwitterEndpoint endpoint) UserConsumerHandler(TwitterEndpoint endpoint, String user) UserListConsumerHandler(TwitterEndpoint endpoint, String user, String list) UserProducer(TwitterEndpoint endpoint)