org.apache.commons.betwixt.examples.rss
Class RSSApplication

java.lang.Object
  extended by org.apache.commons.betwixt.examples.rss.RSSApplication

public class RSSApplication
extends java.lang.Object

Example application using Betwixt to process RSS 0.91. The intention is to provide illumination and education rather than providing a .

Version:
$Revision: 438373 $ $Date: 2006-08-30 06:17:21 +0100 (Wed, 30 Aug 2006) $
Author:
Robert Burrell Donkin

Constructor Summary
RSSApplication()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 java.lang.String plainTextSummary(Channel channel)
           
 java.lang.String plainTextSummary(java.io.File file)
           
 java.lang.String plainTextSummary(java.lang.String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSSApplication

public RSSApplication()
               throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

plainTextSummary

public java.lang.String plainTextSummary(java.lang.String filename)
                                  throws java.lang.Exception
Throws:
java.lang.Exception

plainTextSummary

public java.lang.String plainTextSummary(java.io.File file)
                                  throws java.lang.Exception
Throws:
java.lang.Exception

plainTextSummary

public java.lang.String plainTextSummary(Channel channel)


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.