org.bejug.javacareers.feeder.parser
Interface FeedParser

All Known Implementing Classes:
RssFeedParser

public interface FeedParser

Interface that parsers should implement.

Version:
$Revision: 1.1 $ - $Date: 2005/08/26 07:58:29 $
Author:
Stephan (last modified by $Author: ge0ffrey $)

Method Summary
 JobList parseFeed(RssFeed feed)
          Parse the feed and return the job list.
 

Method Detail

parseFeed

public JobList parseFeed(RssFeed feed)
                  throws FeederException
Parse the feed and return the job list.

Parameters:
feed - RssFeed to parse
Returns:
list of JobEntries from this feed
Throws:
FeederException - if an error


Copyright © 2005-2006 BeJUG. All Rights Reserved.