org.apache.wsil
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 |
void |
writeDocument(WSILDocument wsilDocument,
java.io.Writer writer)
Write the contents of a WS-Inspection Document to an output writer. |
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 documentwriter
- the output writer
- Throws:
WSILException
Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.