Package | Description |
---|---|
com.rometools.certiorem.hub |
This package contains the core of the Hub implementation.
|
com.rometools.certiorem.hub.notify.standard |
This package contains a set of standard Verifier implementations.
|
com.rometools.certiorem.pub |
This package contains a utility class to send update notifications.
|
com.rometools.certiorem.sub |
This package contains the business class Subscriptions that manages subscriptions and updates a
FeedInfoCache.
|
com.rometools.fetcher | |
com.rometools.fetcher.impl | |
com.rometools.modules.georss |
This package contains classes to enable the rome rss library with georss support.
|
com.rometools.modules.sle |
This is a module that supports the Microsoft Simple List Extensions.
|
com.rometools.opml.feed.synd.impl |
This packages contains the SyndFeed converters for the
OPML module.
|
com.rometools.rome.feed.synd | |
com.rometools.rome.feed.synd.impl | |
com.rometools.rome.io |
Modifier and Type | Method and Description |
---|---|
SyndFeed |
DeltaSyndFeedInfo.getSyndFeed()
Deprecated.
Gets a filtered version of the SyndFeed that only has entries that were changed in the last
setSyndFeed() call.
|
Modifier and Type | Method and Description |
---|---|
void |
Notifier.notifySubscribers(java.util.List<? extends Subscriber> subscribers,
SyndFeed value,
Notifier.SubscriptionSummaryCallback callback)
Deprecated.
Instructs the notifier to begin sending notifications to the list of subscribers
|
void |
DeltaSyndFeedInfo.setSyndFeed(SyndFeed feed)
Deprecated.
Overrides super class method to update changedMap and entryTagsMap for tracking changed
entries.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractNotifier.notifySubscribers(java.util.List<? extends Subscriber> subscribers,
SyndFeed value,
Notifier.SubscriptionSummaryCallback callback)
Deprecated.
This method will serialize the synd feed and build Notifications for the implementation class
to handle.
|
Modifier and Type | Method and Description |
---|---|
void |
Publisher.sendUpdateNotification(java.lang.String topic,
SyndFeed feed)
Deprecated.
Sends a notification for a feed located at "topic".
|
void |
Publisher.sendUpdateNotification(SyndFeed feed)
Deprecated.
Sends a notification for a feed.
|
void |
Publisher.sendUpdateNotificationAsyncronously(java.lang.String topic,
SyndFeed feed,
Publisher.AsyncNotificationCallback callback)
Deprecated.
Asynchronously sends a notification for a feed located at "topic".
|
void |
Publisher.sendUpdateNotificationAsyncronously(SyndFeed feed,
Publisher.AsyncNotificationCallback callback)
Deprecated.
Asyncronously sends a notification for a feed.
|
Modifier and Type | Method and Description |
---|---|
void |
Subscriptions.callback(java.lang.String callbackPath,
SyndFeed feed)
Deprecated.
|
private java.lang.String |
Subscriptions.findHubUrl(SyndFeed feed)
Deprecated.
|
private void |
Subscriptions.validateLink(SyndFeed feed,
java.lang.String source)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private SyndFeed |
FetcherEvent.feed
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SyndFeed |
FetcherEvent.getFeed()
Deprecated.
|
SyndFeed |
FeedFetcher.retrieveFeed(java.lang.String userAgent,
java.net.URL url)
Deprecated.
|
SyndFeed |
FeedFetcher.retrieveFeed(java.net.URL feedUrl)
Deprecated.
Retrieve a feed over HTTP
|
Modifier and Type | Method and Description |
---|---|
void |
FetcherEvent.setFeed(SyndFeed feed)
Deprecated.
|
Constructor and Description |
---|
FetcherEvent(java.lang.Object source,
java.lang.String urlStr,
java.lang.String eventType,
SyndFeed feed)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private SyndFeed |
SyndFeedInfo.syndFeed
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SyndFeed |
AbstractFeedFetcher.combineFeeds(SyndFeed originalFeed,
SyndFeed newFeed)
Deprecated.
Combine the entries in two feeds into a single feed.
|
private SyndFeed |
HttpClientFeedFetcher.getFeed(SyndFeedInfo syndFeedInfo,
java.lang.String urlStr,
org.apache.commons.httpclient.HttpMethod method,
int statusCode)
Deprecated.
|
SyndFeed |
SyndFeedInfo.getSyndFeed()
Deprecated.
|
private SyndFeed |
HttpURLFeedFetcher.getSyndFeedFromStream(java.io.InputStream inputStream,
java.net.URLConnection connection)
Deprecated.
|
private SyndFeed |
HttpURLFeedFetcher.readSyndFeedFromStream(java.io.InputStream inputStream,
java.net.URLConnection connection)
Deprecated.
|
private SyndFeed |
HttpClientFeedFetcher.retrieveFeed(java.lang.String urlStr,
org.apache.commons.httpclient.HttpMethod method)
Deprecated.
|
SyndFeed |
HttpClientFeedFetcher.retrieveFeed(java.lang.String userAgent,
java.net.URL feedUrl)
Deprecated.
|
SyndFeed |
HttpURLFeedFetcher.retrieveFeed(java.lang.String userAgent,
java.net.URL feedUrl)
Deprecated.
Retrieve a feed over HTTP
|
SyndFeed |
HttpClientFeedFetcher.retrieveFeed(java.net.URL url)
Deprecated.
|
SyndFeed |
HttpURLFeedFetcher.retrieveFeed(java.net.URL feedUrl)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private SyndFeedInfo |
HttpClientFeedFetcher.buildSyndFeedInfo(java.net.URL feedUrl,
java.lang.String urlStr,
org.apache.commons.httpclient.HttpMethod method,
SyndFeed feed,
int statusCode)
Deprecated.
|
static SyndFeed |
AbstractFeedFetcher.combineFeeds(SyndFeed originalFeed,
SyndFeed newFeed)
Deprecated.
Combine the entries in two feeds into a single feed.
|
protected void |
AbstractFeedFetcher.fireEvent(java.lang.String eventType,
java.lang.String urlStr,
SyndFeed feed)
Deprecated.
|
protected void |
AbstractFeedFetcher.fireEvent(java.lang.String eventType,
java.net.URLConnection connection,
SyndFeed feed)
Deprecated.
|
void |
SyndFeedInfo.setSyndFeed(SyndFeed feed)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static GeoRSSModule |
GeoRSSUtils.getGeoRSS(SyndFeed feed)
This convenience method checks whether there is any geoRss Element and will return it (georss
simple or W3GGeo).
|
Modifier and Type | Method and Description |
---|---|
static void |
SleUtility.initializeForSorting(SyndFeed feed)
This method will take a SyndFeed object with a SimpleListExtension on it and populate the
entries with current SleEntry values for sorting and grouping.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ConverterForOPML10.addOwner(Opml opml,
SyndFeed syndFeed) |
void |
ConverterForOPML10.copyInto(WireFeed feed,
SyndFeed syndFeed)
Makes a deep copy/conversion of the values of a real feed into a SyndFeedImpl.
|
void |
ConverterForOPML20.copyInto(WireFeed feed,
SyndFeed syndFeed)
Makes a deep copy/conversion of the values of a real feed into a SyndFeedImpl.
|
WireFeed |
ConverterForOPML10.createRealFeed(SyndFeed syndFeed)
Creates real feed with a deep copy/conversion of the values of a SyndFeedImpl.
|
WireFeed |
ConverterForOPML20.createRealFeed(SyndFeed syndFeed)
Creates real feed with a deep copy/conversion of the values of a SyndFeedImpl.
|
Modifier and Type | Class and Description |
---|---|
class |
SyndFeedImpl
Bean for all types of feeds.
|
Modifier and Type | Field and Description |
---|---|
private SyndFeed |
SyndEntryImpl.source |
Modifier and Type | Method and Description |
---|---|
SyndFeed |
SyndEntry.getSource()
Returns the entry source.
|
SyndFeed |
SyndEntryImpl.getSource() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<SyndFeed> |
SyndFeedImpl.getInterface() |
Modifier and Type | Method and Description |
---|---|
void |
Converter.copyInto(WireFeed feed,
SyndFeed syndFeed)
Makes a deep copy/conversion of the values of a real feed into a SyndFeedImpl.
|
WireFeed |
Converter.createRealFeed(SyndFeed syndFeed)
Creates real feed with a deep copy/conversion of the values of a SyndFeedImpl.
|
void |
SyndEntry.setSource(SyndFeed source)
Sets the entry source feed (for use if different from containing feed)
|
void |
SyndEntryImpl.setSource(SyndFeed source) |
Modifier and Type | Method and Description |
---|---|
protected SyndFeed |
ConverterForRSS090.createSource(Source source) |
Modifier and Type | Method and Description |
---|---|
void |
ConverterForRSS094.copyInto(WireFeed feed,
SyndFeed syndFeed) |
void |
ConverterForRSS091Userland.copyInto(WireFeed feed,
SyndFeed syndFeed) |
void |
ConverterForAtom10.copyInto(WireFeed feed,
SyndFeed syndFeed) |
void |
ConverterForAtom03.copyInto(WireFeed feed,
SyndFeed syndFeed) |
void |
ConverterForRSS10.copyInto(WireFeed feed,
SyndFeed syndFeed) |
void |
ConverterForRSS090.copyInto(WireFeed feed,
SyndFeed syndFeed) |
protected WireFeed |
ConverterForRSS094.createRealFeed(java.lang.String type,
SyndFeed syndFeed) |
protected WireFeed |
ConverterForRSS091Userland.createRealFeed(java.lang.String type,
SyndFeed syndFeed) |
protected WireFeed |
ConverterForRSS10.createRealFeed(java.lang.String type,
SyndFeed syndFeed) |
protected WireFeed |
ConverterForRSS090.createRealFeed(java.lang.String type,
SyndFeed syndFeed) |
WireFeed |
ConverterForAtom10.createRealFeed(SyndFeed syndFeed) |
WireFeed |
ConverterForAtom03.createRealFeed(SyndFeed syndFeed) |
WireFeed |
ConverterForRSS090.createRealFeed(SyndFeed syndFeed) |
protected Source |
ConverterForRSS090.createSource(SyndFeed feed) |
Modifier and Type | Method and Description |
---|---|
SyndFeed |
SyndFeedInput.build(org.w3c.dom.Document document)
Builds SyndFeedImpl from an W3C DOM document.
|
SyndFeed |
SyndFeedInput.build(org.jdom2.Document document)
Builds SyndFeedImpl from an JDOM document.
|
SyndFeed |
SyndFeedInput.build(java.io.File file)
Builds SyndFeedImpl from a file.
|
SyndFeed |
SyndFeedInput.build(org.xml.sax.InputSource is)
Builds SyndFeedImpl from an W3C SAX InputSource.
|
SyndFeed |
SyndFeedInput.build(java.io.Reader reader)
Builds SyndFeedImpl from an Reader.
|
Modifier and Type | Method and Description |
---|---|
void |
SyndFeedOutput.output(SyndFeed feed,
java.io.File file)
Creates a File containing with the XML representation for the given SyndFeedImpl.
|
void |
SyndFeedOutput.output(SyndFeed feed,
java.io.File file,
boolean prettyPrint)
Creates a File containing with the XML representation for the given SyndFeedImpl.
|
void |
SyndFeedOutput.output(SyndFeed feed,
java.io.Writer writer)
Writes to an Writer the XML representation for the given SyndFeedImpl.
|
void |
SyndFeedOutput.output(SyndFeed feed,
java.io.Writer writer,
boolean prettyPrint)
Writes to an Writer the XML representation for the given SyndFeedImpl.
|
org.jdom2.Document |
SyndFeedOutput.outputJDom(SyndFeed feed)
Creates a JDOM document for the given SyndFeedImpl.
|
java.lang.String |
SyndFeedOutput.outputString(SyndFeed feed)
Creates a String with the XML representation for the given SyndFeedImpl.
|
java.lang.String |
SyndFeedOutput.outputString(SyndFeed feed,
boolean prettyPrint)
Creates a String with the XML representation for the given SyndFeedImpl.
|
org.w3c.dom.Document |
SyndFeedOutput.outputW3CDom(SyndFeed feed)
Creates a W3C DOM document for the given SyndFeedImpl.
|