com.sun.syndication.fetcher.samples
Class FeedAggregator

java.lang.Object
  extended by com.sun.syndication.fetcher.samples.FeedAggregator

public class FeedAggregator
extends java.lang.Object

It aggregates a list of RSS/Atom feeds (they can be of different types) into a single feed of the specified type.

Converted from the original FeedAggregator sample

Author:
Alejandro Abdelnur, Nick Lothian

Constructor Summary
FeedAggregator()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedAggregator

public FeedAggregator()
Method Detail

main

public static void main(java.lang.String[] args)


Copyright © 2004-2006 Sun Microsystems. All Rights Reserved.