Class FeedRetriever


  • @Deprecated
    public class FeedRetriever
    extends Object
    Deprecated.
    since 7.17 use SyndFeedInput and XmlReader directly
    Downloads a feed over HTTP. Returns Feed objects using the Rome API.
    See Also:
    FeedBuilder
    • Method Detail

      • getInstance

        public static FeedRetriever getInstance()
        Deprecated.
      • getEntries

        public List<com.sun.syndication.feed.synd.SyndEntry> getEntries​(URL feedUrl,
                                                                        User user)
                                                                 throws IOException,
                                                                        com.sun.syndication.io.FeedException
        Deprecated.
        Throws:
        IOException
        com.sun.syndication.io.FeedException
      • getFeed

        public com.sun.syndication.feed.synd.SyndFeed getFeed​(URL feedUrl,
                                                              User user)
                                                       throws com.sun.syndication.io.FeedException,
                                                              IOException
        Deprecated.
        Throws:
        com.sun.syndication.io.FeedException
        IOException