Interface NotificationRSSRenderer
-
@Role public interface NotificationRSSRenderer
Display a notification in a RSS format.- Since:
- 9.6RC1
- Version:
- $Id: c414f90bba3bbd9103eb44c955679c5ad739b991 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.rometools.rome.feed.synd.SyndEntry
renderNotification(CompositeEvent event)
Render a specific composite event.
-
-
-
Method Detail
-
renderNotification
com.rometools.rome.feed.synd.SyndEntry renderNotification(CompositeEvent event) throws NotificationException
Render a specific composite event.- Parameters:
event
- theCompositeEvent
that should be rendered- Returns:
- the rss entry
- Throws:
NotificationException
- if an error occurred
-
-