Dekoh platform API

Package dekoh.portal.syndication

Dekoh's Syndication API allows Dekoh applications to publish event summaries to various web feed formats such as RSS1, RSS2, and Atom.

See:
          Description

Interface Summary
Channel A Channel is collection of related event summaries.
ChannelErrorHandler ChannelErrorHandler will be implemented by authors of ChannelProvider
ChannelProvider A ChannelProvider creates Channel.
 

Class Summary
ChannelProvider.AccessLevel Describes if a channel provided by this provider is accessible to remote, local or all requests.
FeedWriter FeedWriter saves the event summaries provided by a Channel to any chosen feed format.
OPMLGenerator OPMLGenerator generates an OPML file that will describe all the feeds emitted by a Dekoh installation of a user.
SyndicationService SyndicationService publishes the events from each of the Channel emitted by registered ChannelProviders to authenticated Dekoh network users.
SyndicationService.FeedType  
 

Exception Summary
CouldnotGenerateFeedException  
NoSuchChannelProviderException  
 

Package dekoh.portal.syndication Description

Dekoh's Syndication API allows Dekoh applications to publish event summaries to various web feed formats such as RSS1, RSS2, and Atom.
Instances of ChannelProvider subcribed to SyndicationService are the sources of the event summaries which are published.
All the feeds so published are advertised in OPML file advertiesed at url : http://localhost/dekohportal/feeds/opml.
The URL of published feeds and the OPML are private and require Dekoh user name and password.


Dekoh platform API

© 2009 Pramati Technologies - Dekoh - Portal for Developers