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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
parseDocument(WSILDocument wsilDocument, java.io.Reader reader)
Parse the contents of a WSIL Document from a input reader.
-
-
-
Method Detail
-
parseDocument
void parseDocument(WSILDocument wsilDocument, java.io.Reader reader) throws WSILException
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
-
-