Spring Integration

org.springframework.integration.twitter
Class TwitterHeaders

java.lang.Object
  extended by org.springframework.integration.twitter.TwitterHeaders

public class TwitterHeaders
extends Object

An enum to allow users to express interest in particular kinds of tweets.

Contains header keys used by the various adapters.

Since:
2.0
Author:
Josh Long

Field Summary
static String TWITTER_DISPLAY_COORDINATES
           
static String TWITTER_DM_TARGET_USER_ID
           
static String TWITTER_GEOLOCATION
           
static String TWITTER_IN_REPLY_TO_STATUS_ID
           
static String TWITTER_PLACE_ID
           
 
Constructor Summary
TwitterHeaders()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TWITTER_IN_REPLY_TO_STATUS_ID

public static final String TWITTER_IN_REPLY_TO_STATUS_ID
See Also:
Constant Field Values

TWITTER_PLACE_ID

public static final String TWITTER_PLACE_ID
See Also:
Constant Field Values

TWITTER_GEOLOCATION

public static final String TWITTER_GEOLOCATION
See Also:
Constant Field Values

TWITTER_DISPLAY_COORDINATES

public static final String TWITTER_DISPLAY_COORDINATES
See Also:
Constant Field Values

TWITTER_DM_TARGET_USER_ID

public static final String TWITTER_DM_TARGET_USER_ID
See Also:
Constant Field Values
Constructor Detail

TwitterHeaders

public TwitterHeaders()

Spring Integration

Copyright © 2010. All Rights Reserved.