org.mule.module.rss
Class SampleFeed

java.lang.Object
  extended by org.mule.module.rss.SampleFeed

public class SampleFeed
extends Object

Helper class to deal with sample-feed.rss


Field Summary
static int ENTRIES_IN_RSS_FEED
           
 
Constructor Summary
SampleFeed()
           
 
Method Summary
static InputStream feedAsStream()
           
static String feedAsString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENTRIES_IN_RSS_FEED

public static final int ENTRIES_IN_RSS_FEED
See Also:
Constant Field Values
Constructor Detail

SampleFeed

public SampleFeed()
Method Detail

feedAsString

public static String feedAsString()
                           throws IOException
Throws:
IOException

feedAsStream

public static InputStream feedAsStream()
                                throws IOException
Throws:
IOException


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.