public class RssChannelHttpMessageConverter extends AbstractWireFeedHttpMessageConverter<com.rometools.rome.feed.rss.Channel>
HttpMessageConverter
 that can read and write RSS feeds. Specifically, this converter can handle Channel
 objects from the ROME 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.
 
By default, this converter reads and writes the media type (application/rss+xml).
 This can be overridden through the supportedMediaTypes property.
ChannelDEFAULT_CHARSETlogger| Constructor and Description | 
|---|
RssChannelHttpMessageConverter()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
supports(Class<?> clazz)
Indicates whether the given class is supported by this converter. 
 | 
readInternal, writeInternaladdDefaultHeaders, canRead, canRead, canWrite, canWrite, getContentLength, getDefaultCharset, getDefaultContentType, getSupportedMediaTypes, read, setDefaultCharset, setSupportedMediaTypes, writeprotected boolean supports(Class<?> clazz)
AbstractHttpMessageConvertersupports in class AbstractHttpMessageConverter<com.rometools.rome.feed.rss.Channel>clazz - the class to test for supporttrue if supported; false otherwise