Spring for Android

Package org.springframework.http.converter.feed

Class Summary
AbstractWireFeedHttpMessageConverter<T extends 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.
 


Spring for Android