Dekoh platform API

dekoh.portal.syndication.aggregator.core
Class FeedUtility

java.lang.Object
  extended by dekoh.portal.syndication.aggregator.core.FeedUtility

public class FeedUtility
extends Object

Since:
Oct 17, 2007

Field Summary
static String FEED_ENCODING
           
 
Constructor Summary
FeedUtility()
           
 
Method Summary
static Channel createEmptyChannel(SubscriptionList subscriptionList)
           
static Channel getRSS20Channel(SyndFeed syndFeed)
           
static Writer getUTF8Writer(File file)
           
static void writeChannel(Channel channel, File file)
           
static void writeSyndFeed(SyndFeed feed, File file)
           
static void writeWireFeed(WireFeed wireFeed, File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FEED_ENCODING

public static final String FEED_ENCODING
See Also:
Constant Field Values
Constructor Detail

FeedUtility

public FeedUtility()
Method Detail

writeChannel

public static void writeChannel(Channel channel,
                                File file)
                         throws FeedException,
                                IOException
Throws:
FeedException
IOException

writeWireFeed

public static void writeWireFeed(WireFeed wireFeed,
                                 File file)
                          throws FeedException,
                                 IOException
Throws:
FeedException
IOException

writeSyndFeed

public static void writeSyndFeed(SyndFeed feed,
                                 File file)
                          throws FeedException,
                                 IOException
Throws:
FeedException
IOException

getRSS20Channel

public static Channel getRSS20Channel(SyndFeed syndFeed)

createEmptyChannel

public static Channel createEmptyChannel(SubscriptionList subscriptionList)

getUTF8Writer

public static Writer getUTF8Writer(File file)
                            throws IOException
Throws:
IOException

Dekoh platform API

© 2009 Pramati Technologies - Dekoh - Portal for Developers