Interface DocumentWriter

All Known Implementing Classes:
XMLWriter

public interface DocumentWriter
An implementation of this interface is used to write out the contents of a WS-Inspection document.
Version:
1.0
Author:
Peter Brittenham
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    writeDocument(WSILDocument wsilDocument, Writer writer)
    Write the contents of a WS-Inspection Document to an output writer.
  • Method Details

    • writeDocument

      void writeDocument(WSILDocument wsilDocument, Writer writer) throws WSILException
      Write the contents of a WS-Inspection Document to an output writer.
      Parameters:
      wsilDocument - the WS-Inspection document
      writer - the output writer
      Throws:
      WSILException