Class DocumentXmlStreamReader

  • All Implemented Interfaces:
    org.n52.janmayen.component.Component<StreamReaderKey>, org.n52.janmayen.component.Keyed<StreamReaderKey>, StreamReader<java.lang.Object>

    public class DocumentXmlStreamReader
    extends org.n52.iceland.util.XmlFactories
    implements StreamReader<java.lang.Object>, org.n52.janmayen.component.Component<StreamReaderKey>
    TODO JavaDoc
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<StreamReaderKey> getKeys()  
      java.lang.Object read​(java.io.InputStream stream)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from class org.n52.iceland.util.XmlFactories

        createIndentingTransformer, documentEncoding, documentVersion, eof, eventFactory, inputFactory, outputFactory, transformerFactory, unexpectedTag
    • Method Detail

      • read

        public java.lang.Object read​(java.io.InputStream stream)
                              throws org.n52.shetland.ogc.ows.exception.OwsExceptionReport
        Specified by:
        read in interface StreamReader<java.lang.Object>
        Throws:
        org.n52.shetland.ogc.ows.exception.OwsExceptionReport