Class | Description |
---|---|
AbstractWireFeedHttpMessageConverter<T extends com.google.code.rome.android.repackaged.com.sun.syndication.feed.WireFeed> |
Abstract base class for Atom and RSS Feed message converters that uses
Android ROME Feed Reader,
which is a repackaging of java.net's ROME.
|
AtomFeedHttpMessageConverter |
Implementation of
HttpMessageConverter
that can read and write Atom feeds. |
RssChannelHttpMessageConverter |
Implementation of
HttpMessageConverter
that can read and write RSS feeds. |
SyndFeedHttpMessageConverter |
Implementation of
HttpMessageConverter that can read and write RSS and
ATOM feeds. |