|
Carrot2 v3.6.0-SNAPSHOT
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.carrot2.source.opensearch.RomeFetcherUtils
public class RomeFetcherUtils
Utility methods for working with Rome fetcher.
| Constructor Summary | |
|---|---|
RomeFetcherUtils()
|
|
| Method Summary | |
|---|---|
static SearchEngineResponse |
fetchUrl(String url,
com.sun.syndication.fetcher.FeedFetcher feedFetcher)
Fetches an OpenSearch feed from the provided URL and returns the entries as Carrot2 SearchEngineResponse. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RomeFetcherUtils()
| Method Detail |
|---|
public static SearchEngineResponse fetchUrl(String url,
com.sun.syndication.fetcher.FeedFetcher feedFetcher)
throws IOException,
com.sun.syndication.io.FeedException,
com.sun.syndication.fetcher.FetcherException,
MalformedURLException
SearchEngineResponse.
url - the OpenSearch feed to fetchfeedFetcher - Rome fetcher to use
SearchEngineResponse containing entries from the feed
IOException
com.sun.syndication.io.FeedException
com.sun.syndication.fetcher.FetcherException
MalformedURLException
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||