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(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(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(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(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(String callbackPath,
SyndFeed feed)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SyndFeed |
FetcherEvent.getFeed()
Deprecated.
|
SyndFeed |
FeedFetcher.retrieveFeed(String userAgent,
URL url)
Deprecated.
|
SyndFeed |
FeedFetcher.retrieveFeed(URL feedUrl)
Deprecated.
Retrieve a feed over HTTP
|
Modifier and Type | Method and Description |
---|---|
void |
FetcherEvent.setFeed(SyndFeed feed)
Deprecated.
|
Constructor and Description |
---|
FetcherEvent(Object source,
String urlStr,
String eventType,
SyndFeed feed)
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.
|
SyndFeed |
SyndFeedInfo.getSyndFeed()
Deprecated.
|
SyndFeed |
HttpClientFeedFetcher.retrieveFeed(String userAgent,
URL feedUrl)
Deprecated.
|
SyndFeed |
HttpURLFeedFetcher.retrieveFeed(String userAgent,
URL feedUrl)
Deprecated.
Retrieve a feed over HTTP
|
SyndFeed |
HttpClientFeedFetcher.retrieveFeed(URL url)
Deprecated.
|
SyndFeed |
HttpURLFeedFetcher.retrieveFeed(URL feedUrl)
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.
|
protected void |
AbstractFeedFetcher.fireEvent(String eventType,
String urlStr,
SyndFeed feed)
Deprecated.
|
protected void |
AbstractFeedFetcher.fireEvent(String eventType,
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 |
ConverterForOPML20.copyInto(WireFeed feed,
SyndFeed syndFeed)
Makes a deep copy/conversion of the values of a real feed into a SyndFeedImpl.
|
void |
ConverterForOPML10.copyInto(WireFeed feed,
SyndFeed syndFeed)
Makes a deep copy/conversion of the values of a real feed into a SyndFeedImpl.
|
WireFeed |
ConverterForOPML20.createRealFeed(SyndFeed syndFeed)
Creates real feed with a deep copy/conversion of the values of a SyndFeedImpl.
|
WireFeed |
ConverterForOPML10.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 | Method and Description |
---|---|
SyndFeed |
SyndEntryImpl.getSource() |
SyndFeed |
SyndEntry.getSource()
Returns the entry source.
|
Modifier and Type | Method and Description |
---|---|
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 |
SyndEntryImpl.setSource(SyndFeed source) |
void |
SyndEntry.setSource(SyndFeed source)
Sets the entry source feed (for use if different from containing feed)
|
Modifier and Type | Method and Description |
---|---|
protected SyndFeed |
ConverterForRSS090.createSource(Source source) |
Modifier and Type | Method and Description |
---|---|
void |
ConverterForAtom10.copyInto(WireFeed feed,
SyndFeed syndFeed) |
void |
ConverterForAtom03.copyInto(WireFeed feed,
SyndFeed syndFeed) |
void |
ConverterForRSS094.copyInto(WireFeed feed,
SyndFeed syndFeed) |
void |
ConverterForRSS10.copyInto(WireFeed feed,
SyndFeed syndFeed) |
void |
ConverterForRSS091Userland.copyInto(WireFeed feed,
SyndFeed syndFeed) |
void |
ConverterForRSS090.copyInto(WireFeed feed,
SyndFeed syndFeed) |
protected WireFeed |
ConverterForRSS094.createRealFeed(String type,
SyndFeed syndFeed) |
protected WireFeed |
ConverterForRSS10.createRealFeed(String type,
SyndFeed syndFeed) |
protected WireFeed |
ConverterForRSS091Userland.createRealFeed(String type,
SyndFeed syndFeed) |
protected WireFeed |
ConverterForRSS090.createRealFeed(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(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(File file)
Builds SyndFeedImpl from a file.
|
SyndFeed |
SyndFeedInput.build(InputSource is)
Builds SyndFeedImpl from an W3C SAX InputSource.
|
SyndFeed |
SyndFeedInput.build(Reader reader)
Builds SyndFeedImpl from an Reader.
|
Modifier and Type | Method and Description |
---|---|
void |
SyndFeedOutput.output(SyndFeed feed,
File file)
Creates a File containing with the XML representation for the given SyndFeedImpl.
|
void |
SyndFeedOutput.output(SyndFeed feed,
File file,
boolean prettyPrint)
Creates a File containing with the XML representation for the given SyndFeedImpl.
|
void |
SyndFeedOutput.output(SyndFeed feed,
Writer writer)
Writes to an Writer the XML representation for the given SyndFeedImpl.
|
void |
SyndFeedOutput.output(SyndFeed feed,
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.
|
String |
SyndFeedOutput.outputString(SyndFeed feed)
Creates a String with the XML representation for the given SyndFeedImpl.
|
String |
SyndFeedOutput.outputString(SyndFeed feed,
boolean prettyPrint)
Creates a String with the XML representation for the given SyndFeedImpl.
|
Document |
SyndFeedOutput.outputW3CDom(SyndFeed feed)
Creates a W3C DOM document for the given SyndFeedImpl.
|
Copyright © 2022. All rights reserved.