Uses of Interface
org.apache.wsil.DocumentWriter
-
Packages that use DocumentWriter Package Description org.apache.wsil org.apache.wsil.xml -
-
Uses of DocumentWriter in org.apache.wsil
Fields in org.apache.wsil declared as DocumentWriter Modifier and Type Field Description protected DocumentWriterWSILDocument. docWriterSet default document writer.Methods in org.apache.wsil that return DocumentWriter Modifier and Type Method Description DocumentWriterWSILDocument. getWriter()Get the WS-Inspection writer implementation.Methods in org.apache.wsil with parameters of type DocumentWriter Modifier and Type Method Description voidWSILDocument. setWriter(DocumentWriter docWriter)Set the WS-Inspection writer implementation. -
Uses of DocumentWriter in org.apache.wsil.xml
Classes in org.apache.wsil.xml that implement DocumentWriter Modifier and Type Class Description classXMLWriterThis class will write the contents of a WS-Inspection document.
-