Package org.springframework.http.converter.feed

Provides HttpMessageConverter implementations for handling Atom and RSS feeds.

See:
          Description

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.
 

Package org.springframework.http.converter.feed Description

Provides HttpMessageConverter implementations for handling Atom and RSS feeds.