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
 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 document
reader - the input reader where the document can be read
Throws:
WSILException


Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.