com.atlassian.confluence.it.feed
Class FeedRetriever

java.lang.Object
  extended by com.atlassian.confluence.it.feed.FeedRetriever

public class FeedRetriever
extends Object

Downloads a feed over HTTP. Returns Feed objects using the Rome API.

See Also:
FeedBuilder

Method Summary
 List<com.sun.syndication.feed.synd.SyndEntry> getEntries(URL feedUrl, User user)
           
 com.sun.syndication.feed.synd.SyndFeed getFeed(URL feedUrl, User user)
           
static FeedRetriever getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static FeedRetriever getInstance()

getEntries

public List<com.sun.syndication.feed.synd.SyndEntry> getEntries(URL feedUrl,
                                                                User user)
                                                         throws IOException,
                                                                com.sun.syndication.io.FeedException
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
Throws:
com.sun.syndication.io.FeedException
IOException


Copyright © 2003-2011 Atlassian. All Rights Reserved.