Class RssFeedFactory


  • @ApplicationScoped
    public class RssFeedFactory
    extends java.lang.Object
    RssFeedFactory
    Author:
    Michael Remijan mjremijan@yahoo.com @mjremijan
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.slf4j.Logger log  
    • Constructor Summary

      Constructors 
      Constructor Description
      RssFeedFactory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RssFeed build​(RssUrl feedUrl)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • log

        @Inject
        protected org.slf4j.Logger log
    • Constructor Detail

      • RssFeedFactory

        public RssFeedFactory()
    • Method Detail

      • build

        public RssFeed build​(RssUrl feedUrl)
                      throws java.io.IOException,
                             com.rometools.rome.io.FeedException
        Throws:
        java.io.IOException
        com.rometools.rome.io.FeedException