org.apache.tuscany.sca.binding.rss.collection
Interface Collection

All Known Subinterfaces:
MediaCollection

public interface Collection

Provides access to a collection of resources using RSS.


Method Summary
 SyndFeed getFeed()
          Get an RSS feed for a collection of resources.
 SyndFeed query(java.lang.String queryString)
          Get an RSS feed for a collection of resources resulting from a query.
 

Method Detail

getFeed

SyndFeed getFeed()
Get an RSS feed for a collection of resources.

Returns:
the RSS feed

query

SyndFeed query(java.lang.String queryString)
Get an RSS feed for a collection of resources resulting from a query.

Parameters:
queryString - the query string
Returns:
the RSS feed