org.sakaiproject.news.api |
|
Java Source File Name | Type | Comment |
NewsChannel.java | Interface |
NewsChannel is the interface for a Sakai News service News channel. |
NewsConnectionException.java | Class |
NewsConnectionException is thrown whenever the NewsService is unable to make a connection or obtain a file specified by a source URL. |
NewsFormatException.java | Class |
NewsFormatException is thrown whenever a news feed cannot be read by the NewsService because a source URL specifies a file that is not in RSS format. |
NewsItem.java | Interface |
NewsItem is the Interface for a Sakai News message.
The news message has header fields (from, date) and a body (text). |
NewsItemEnclosure.java | Interface |
NewsItemEnclosure is the Interface for a Sakai News message enclsoure.
The news message enclsure has header fields (type, size) and a url of the actual enclosed file. |
NewsService.java | Interface |
NewsService is the interface for retrieving and caching news items from a rss news feed. |