info.magnolia.module.rssaggregator.importhandler
Class MgnlHttpURLFeedFetcher

java.lang.Object
  extended by com.sun.syndication.fetcher.impl.AbstractFeedFetcher
      extended by com.sun.syndication.fetcher.impl.HttpURLFeedFetcher
          extended by info.magnolia.module.rssaggregator.importhandler.MgnlHttpURLFeedFetcher
All Implemented Interfaces:
com.sun.syndication.fetcher.FeedFetcher

Deprecated. once https://rometools.jira.com/browse/FETCHER-2 is solved and released, this class will be removed.

public class MgnlHttpURLFeedFetcher
extends com.sun.syndication.fetcher.impl.HttpURLFeedFetcher

Parts of the code below orignates from com.sun.syndication.fetcher.impl.HttpURLFeedFetcher. See annotated part of the code for details.


Field Summary
 
Fields inherited from interface com.sun.syndication.fetcher.FeedFetcher
DEFAULT_USER_AGENT
 
Constructor Summary
MgnlHttpURLFeedFetcher(com.sun.syndication.fetcher.impl.FeedFetcherCache feedInfoCache)
          Deprecated.  
 
Method Summary
 com.sun.syndication.feed.synd.SyndFeed retrieveFeed(URL feedUrl)
          Deprecated.  
 
Methods inherited from class com.sun.syndication.fetcher.impl.HttpURLFeedFetcher
getFeedInfoCache, resetFeedInfo, retrieveAndCacheFeed, setFeedInfoCache, setRequestHeaders
 
Methods inherited from class com.sun.syndication.fetcher.impl.AbstractFeedFetcher
addFetcherEventListener, combineFeeds, fireEvent, fireEvent, fireEvent, fireEvent, getUserAgent, handleErrorCodes, isPreserveWireFeed, isUsingDeltaEncoding, removeFetcherEventListener, setPreserveWireFeed, setUserAgent, setUsingDeltaEncoding, throw4XXError, throwAuthenticationError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MgnlHttpURLFeedFetcher

public MgnlHttpURLFeedFetcher(com.sun.syndication.fetcher.impl.FeedFetcherCache feedInfoCache)
Deprecated. 
Method Detail

retrieveFeed

public com.sun.syndication.feed.synd.SyndFeed retrieveFeed(URL feedUrl)
                                                    throws IllegalArgumentException,
                                                           IOException,
                                                           com.sun.syndication.io.FeedException,
                                                           com.sun.syndication.fetcher.FetcherException
Deprecated. 
Specified by:
retrieveFeed in interface com.sun.syndication.fetcher.FeedFetcher
Overrides:
retrieveFeed in class com.sun.syndication.fetcher.impl.HttpURLFeedFetcher
Throws:
IllegalArgumentException
IOException
com.sun.syndication.io.FeedException
com.sun.syndication.fetcher.FetcherException


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.