Package org.apache.wsil
Interface DocumentReader
- All Known Implementing Classes:
XMLReader
public interface DocumentReader
An implementation of this interface is used to read and
parse a WS-Inspection document.
- Version:
- 1.0
- Author:
- Peter Brittenham
-
Method Summary
Modifier and TypeMethodDescriptionvoid
parseDocument
(WSILDocument wsilDocument, Reader reader) Parse the contents of a WSIL Document from a input reader.
-
Method Details
-
parseDocument
Parse the contents of a WSIL Document from a input reader.- Parameters:
wsilDocument
- the WS-Inspection documentreader
- the input reader where the document can be read- Throws:
WSILException
-