Class AbstractWireFeedHttpMessageConverter<T extends com.rometools.rome.feed.WireFeed>

java.lang.Object
org.springframework.http.converter.AbstractHttpMessageConverter<T>
org.springframework.http.converter.feed.AbstractWireFeedHttpMessageConverter<T>
Type Parameters:
T - the converted object type
All Implemented Interfaces:
HttpMessageConverter<T>
Direct Known Subclasses:
AtomFeedHttpMessageConverter, RssChannelHttpMessageConverter

public abstract class AbstractWireFeedHttpMessageConverter<T extends com.rometools.rome.feed.WireFeed> extends AbstractHttpMessageConverter<T>
Abstract base class for Atom and RSS Feed message converters, using the ROME tools project.

NOTE: As of Spring 4.1, this is based on the com.rometools variant of ROME, version 1.5. Please upgrade your build dependency.

Since:
3.0.2
Author:
Arjen Poutsma
See Also: