Class XmlFeedReader


  • public class XmlFeedReader
    extends java.lang.Object
    Reads an input stream of xml, sends these to session.
    Author:
    dybis
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void read​(java.io.InputStream inputStream, FeedClient feedClient, java.util.concurrent.atomic.AtomicInteger numSent)  
      • Methods inherited from class java.lang.Object

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

      • read

        public static void read​(java.io.InputStream inputStream,
                                FeedClient feedClient,
                                java.util.concurrent.atomic.AtomicInteger numSent)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception