Class SAXParserAdapter

  • All Implemented Interfaces:
    AdapterInterface, java.io.Serializable
    Direct Known Subclasses:
    SimpleSAXParserAdapter

    public abstract class SAXParserAdapter
    extends SimpleAdapter
    Abstract adapter dedicated to SAX parsing of XML input streams.
    This class (and its child classes) cannot be instanciated.
    They correspond to an Adapter configuration item.
    See Also:
    Serialized Form
    • Constructor Detail

      • SAXParserAdapter

        public SAXParserAdapter()
    • Method Detail

      • process

        public void process()
                     throws java.lang.InterruptedException

        Iterates input stream as individual lines
        Each line is passed to the processLine() method for processing

        Throws:
        java.lang.InterruptedException - When interrupted