public class FeedUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static com.sun.syndication.feed.atom.Feed |
fromFeedXml(String feedXml) |
static String |
toFeedXml(com.sun.syndication.feed.WireFeed feed) |
static String |
toFeedXml(com.sun.syndication.feed.WireFeed feed,
boolean debug) |
public static String toFeedXml(com.sun.syndication.feed.WireFeed feed) throws com.sun.syndication.io.FeedException
feed - com.sun.syndication.io.FeedExceptionIllegalArgumentException - if title or updated aren't setpublic static String toFeedXml(com.sun.syndication.feed.WireFeed feed, boolean debug) throws com.sun.syndication.io.FeedException
feed - debug - pretty printed if truecom.sun.syndication.io.FeedExceptionIllegalArgumentException - if title or updated aren't setpublic static com.sun.syndication.feed.atom.Feed fromFeedXml(String feedXml) throws com.sun.syndication.io.FeedException
com.sun.syndication.io.FeedExceptionCopyright © 2015 Molindo GmbH. All Rights Reserved.