com.atlassian.gadgets.feed
Interface GadgetFeedReaderFactory


public interface GadgetFeedReaderFactory

Factory for creating GadgetFeedReader

Since:
3.2

Method Summary
 GadgetFeedReader getFeedReader(URI feedUri)
          Get a feed reader for the provided URI
 

Method Detail

getFeedReader

GadgetFeedReader getFeedReader(URI feedUri)
Get a feed reader for the provided URI

Parameters:
feedUri - - the URI of the feed to read
Returns:
a feed reader for the provided URI
Throws:
NonAtomGadgetSpecFeedException - if the feed is not in the correct format.
GadgetFeedParsingException - if the reader is unable to correctly parse the feed.


Copyright © 2013 Atlassian. All Rights Reserved.