Package 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
Modifier and TypeMethodDescriptionvoid
writeDocument
(WSILDocument wsilDocument, Writer writer) Write the contents of a WS-Inspection Document to an output writer.
-
Method Details
-
writeDocument
Write the contents of a WS-Inspection Document to an output writer.- Parameters:
wsilDocument
- the WS-Inspection documentwriter
- the output writer- Throws:
WSILException
-