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 Summary

    Modifier and Type
    Method
    Description
    void
    parseDocument(WSILDocument wsilDocument, Reader reader)
    Parse the contents of a WSIL Document from a input reader.
  • Method Details

    • parseDocument

      void parseDocument(WSILDocument wsilDocument, 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