org.apache.camel.dataformat.rss
Class RssConverter

java.lang.Object
  extended by org.apache.camel.dataformat.rss.RssConverter

@Converter
public final class RssConverter
extends Object


Method Summary
static String feedToXml(com.sun.syndication.feed.synd.SyndFeed feed)
           
static com.sun.syndication.feed.synd.SyndFeed xmlToFeed(String xml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

feedToXml

@Converter
public static String feedToXml(com.sun.syndication.feed.synd.SyndFeed feed)
                        throws com.sun.syndication.io.FeedException
Throws:
com.sun.syndication.io.FeedException

xmlToFeed

@Converter
public static com.sun.syndication.feed.synd.SyndFeed xmlToFeed(String xml)
                                                        throws com.sun.syndication.io.FeedException
Throws:
com.sun.syndication.io.FeedException


Apache Camel