Interface NotificationRSSManager
-
@Role public interface NotificationRSSManagerAllows a complete RSS feed to be properly rendered.- Since:
- 9.6RC1
- Version:
- $Id: 6f9ac353292442ab6153288f39bc084d0ce36180 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.rometools.rome.feed.synd.SyndFeedrenderFeed(List<CompositeEvent> events)Render a complete RSS feed.
-
-
-
Method Detail
-
renderFeed
com.rometools.rome.feed.synd.SyndFeed renderFeed(List<CompositeEvent> events) throws NotificationException
Render a complete RSS feed.- Parameters:
events- the list ofCompositeEventthat should be included in the rss- Returns:
- the rss feed
- Throws:
NotificationException- if an error occurred
-
-