Dekoh platform API

Package dekoh.portal.syndication.aggregator.core

Interface Summary
AggregatedItemTransformer AggregatedItemTransformer is an interface for Aggregator users who wish to modify/transform a feed entry before it becomes part of aggregation.
Aggregator Aggregator is an interface for feed aggregator implementations which will aggregate feeds present in a SubscriptionList.
SubscriptionList Represents a Collection of SubscriptionItem.
SubscriptionListListener Registered instances of SubscriptionListListener are notified whenever a new SubscriptionItem is added or an existing item is removed from the SubscriptionList.
 

Class Summary
AggregatedItemTransformer.Adapter Implementations of the AggregatedItemTransformer can extend this class to override only specific methods.
AggregatedItemTransformer.TransformationContext  
AggregatorAlreadyExistsException  
AggregatorFactory AggregatorFactory is the creator of AggregatorImpl .
AggregatorImpl AggregatorImpl is the default feed aggregator implementation provided.
AggregatorWrapper  
AuthenticatedURLFeedFetcher  
FeedConsumer FeedConsumer is a ThreadPool based feed consumer.
FeedFetcherCacheWrapper FeedFetcherCacheWrapper is a wrapper over rome's FeedFetcherCache.
FeedRetriever FeedRetriever is a ThreadPool based feed retriver.
FeedUtility  
InMemorySubscriptionList  
PersistentSubscriptionList A PersistentSubscriptionList is list of RSS/Atom feed subscriptions of a user, which is saved to a persistent store.
PersistentSubscriptionListWrapper  
SubscriptionItem  
SubscriptionItemFetcher  
SubscriptionListManager Creates instances of PersistentSubscriptionList which is backed by a File store.
SubscriptionListWrapper  
SummarizingTransformer SummarizingTransformer will trim the description and content of each feed Item if its more than maxDescriptionChar.
XmlBasedPersistentSubscriptionList  
 

Exception Summary
NoSuchSubscriptionListException  
PersistentSubscriptionListOperationsException Thrown by CRUD operations on PersistentSubscriptionList fail throwing irrecoverable exceptions.
 


Dekoh platform API

© 2009 Pramati Technologies - Dekoh - Portal for Developers