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 DocumentWriter
WSILDocument. docWriter
Set default document writer.Methods in org.apache.wsil that return DocumentWriter Modifier and Type Method Description DocumentWriter
WSILDocument. getWriter()
Get the WS-Inspection writer implementation.Methods in org.apache.wsil with parameters of type DocumentWriter Modifier and Type Method Description void
WSILDocument. 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 class
XMLWriter
This class will write the contents of a WS-Inspection document.
-