Uses of Interface
org.apache.wsil.DocumentReader
-
Packages that use DocumentReader Package Description org.apache.wsil org.apache.wsil.xml -
-
Uses of DocumentReader in org.apache.wsil
Fields in org.apache.wsil declared as DocumentReader Modifier and Type Field Description protected DocumentReaderWSILDocument. docReaderSet default document reader.Methods in org.apache.wsil that return DocumentReader Modifier and Type Method Description DocumentReaderWSILDocument. getReader()Get the WS-Inspection reader implementation.Methods in org.apache.wsil with parameters of type DocumentReader Modifier and Type Method Description voidWSILDocument. setReader(DocumentReader docReader)Set the WS-Inspection reader implementation. -
Uses of DocumentReader in org.apache.wsil.xml
Classes in org.apache.wsil.xml that implement DocumentReader Modifier and Type Class Description classXMLReaderThis class will use a DOM parser to read and process the contents of a WS-Inspection document.
-