Package org.springframework.http.converter.feed

Class Summary
AbstractWireFeedHttpMessageConverter<T extends WireFeed> Abstract base class for Atom and RSS Feed message converters, using java.net's ROME package.
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.