Interface DocumentReader

  • All Known Implementing Classes:
    XMLReader

    public interface DocumentReader
    An implementation of this interface is used to read and parse a WS-Inspection document.
    Version:
    1.0
    Author:
    Peter Brittenham
    • Method Detail

      • parseDocument

        void parseDocument​(WSILDocument wsilDocument,
                           java.io.Reader reader)
                    throws WSILException
        Parse the contents of a WSIL Document from a input reader.
        Parameters:
        wsilDocument - the WS-Inspection document
        reader - the input reader where the document can be read
        Throws:
        WSILException