| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTwitterEndpoint
The base Twitter Endpoint.
|
| Modifier and Type | Field and Description |
|---|---|
protected TwitterEndpoint |
AbstractTwitterConsumerHandler.endpoint
Instance of TwitterEndpoint.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Exchange |
TwitterEventType.createExchange(TwitterEndpoint endpoint) |
<T> org.apache.camel.Exchange |
TwitterEventType.createExchange(TwitterEndpoint endpoint,
T body) |
<T> List<org.apache.camel.Exchange> |
TwitterEventType.createExchangeList(TwitterEndpoint endpoint,
List<T> bodyList) |
| Constructor and Description |
|---|
AbstractTwitterConsumerHandler(TwitterEndpoint endpoint) |
| Modifier and Type | Class and Description |
|---|---|
class |
TwitterDirectMessageEndpoint
Send and receive Twitter direct messages.
|
| Constructor and Description |
|---|
DirectMessageConsumerHandler(TwitterEndpoint te) |
DirectMessageProducer(TwitterEndpoint endpoint,
String user) |
| Modifier and Type | Class and Description |
|---|---|
class |
TwitterSearchEndpoint
Access Twitter Search.
|
| Constructor and Description |
|---|
SearchConsumerHandler(TwitterEndpoint te,
String keywords) |
SearchProducer(TwitterEndpoint endpoint,
String keywords) |
| Modifier and Type | Class and Description |
|---|---|
class |
TwitterTimelineEndpoint
Send tweets and receive tweets from user's timeline.
|
| Constructor and 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) |
Apache Camel