org.apache.camel.component.rss
Class RssConstants

java.lang.Object
  extended by org.apache.camel.component.rss.RssConstants

public final class RssConstants
extends Object

RSS Constants.


Field Summary
static String RSS_FEED
          Header key for the SyndFeed object is stored on the in message on the exchange.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RSS_FEED

public static final String RSS_FEED
Header key for the SyndFeed object is stored on the in message on the exchange.

See Also:
Constant Field Values


Apache CAMEL