Uses of Class
org.apache.wsil.WSILDocument
Packages that use WSILDocument
Package
Description
-
Uses of WSILDocument in org.apache.wsil
Methods in org.apache.wsil that return WSILDocumentModifier and TypeMethodDescriptionabstract WSILDocument
WSILDocumentFactory.newDocument()
Create a new instance of a WS-Inspection document.static WSILDocument
WSILDocument.newInstance()
Methods in org.apache.wsil with parameters of type WSILDocumentModifier and TypeMethodDescriptionvoid
DocumentReader.parseDocument
(WSILDocument wsilDocument, Reader reader) Parse the contents of a WSIL Document from a input reader.void
DocumentWriter.writeDocument
(WSILDocument wsilDocument, Writer writer) Write the contents of a WS-Inspection Document to an output writer. -
Uses of WSILDocument in org.apache.wsil.client
Methods in org.apache.wsil.client that return WSILDocument -
Uses of WSILDocument in org.apache.wsil.impl
Subclasses of WSILDocument in org.apache.wsil.implModifier and TypeClassDescriptionclass
This class is an implementation of the WSILDocument class.Methods in org.apache.wsil.impl that return WSILDocumentModifier and TypeMethodDescriptionWSILDocumentFactoryImpl.newDocument()
Create a new instance of a WSIL document. -
Uses of WSILDocument in org.apache.wsil.util
Fields in org.apache.wsil.util declared as WSILDocumentModifier and TypeFieldDescriptionprotected WSILDocument
WSILDocBuilder.wsilDocument
WSIL inspection document reference.Methods in org.apache.wsil.util that return WSILDocument -
Uses of WSILDocument in org.apache.wsil.xml
Fields in org.apache.wsil.xml declared as WSILDocumentModifier and TypeFieldDescriptionprotected WSILDocument
XMLReader.wsilDocument
WSIL document.protected WSILDocument
XMLWriter.wsilDocument
WSIL document.Methods in org.apache.wsil.xml with parameters of type WSILDocumentModifier and TypeMethodDescriptionvoid
XMLReader.parseDocument
(WSILDocument wsilDocument, Reader reader) Create a WSIL document from the contents of a reader.void
XMLWriter.writeDocument
(WSILDocument wsilDocument, OutputStream stream) Write WSIL document.void
XMLWriter.writeDocument
(WSILDocument wsilDocument, Writer writer) Write WSIL document.