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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
writeDocument(WSILDocument wsilDocument, java.io.Writer writer)
Write the contents of a WS-Inspection Document to an output writer.
-
-
-
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 documentwriter
- the output writer- Throws:
WSILException
-
-