Class RssFeed

  • All Implemented Interfaces:
    Feed

    public class RssFeed
    extends AbstractFeed
    The RssFeed class prints a resource as an RSS feed.
    • Method Detail

      • printHeader

        public void printHeader()
                         throws java.io.IOException
        Writes the feed header.
        Throws:
        java.io.IOException - If output fails
      • printEntry

        public void printEntry()
                        throws java.io.IOException
        Prints the current resource as a feed entry.
        Throws:
        java.io.IOException - If output fails