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 Detail

      • writeDocument

        void writeDocument​(WSILDocument wsilDocument,
                           java.io.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