Uses of Class
org.apache.wsil.WSILDocument
-
Packages that use WSILDocument Package Description org.apache.wsil org.apache.wsil.client org.apache.wsil.impl org.apache.wsil.util org.apache.wsil.xml -
-
Uses of WSILDocument in org.apache.wsil
Methods in org.apache.wsil that return WSILDocument Modifier and Type Method Description abstract 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 WSILDocument Modifier and Type Method Description void
DocumentReader. parseDocument(WSILDocument wsilDocument, java.io.Reader reader)
Parse the contents of a WSIL Document from a input reader.void
DocumentWriter. writeDocument(WSILDocument wsilDocument, java.io.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 Modifier and Type Method Description WSILDocument
WSILProxy. getWSILDocument()
Returns a WSIL document. -
Uses of WSILDocument in org.apache.wsil.impl
Subclasses of WSILDocument in org.apache.wsil.impl Modifier and Type Class Description class
WSILDocumentImpl
This class is an implementation of the WSILDocument class.Methods in org.apache.wsil.impl that return WSILDocument Modifier and Type Method Description WSILDocument
WSILDocumentFactoryImpl. 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 WSILDocument Modifier and Type Field Description protected WSILDocument
WSILDocBuilder. wsilDocument
WSIL inspection document reference.Methods in org.apache.wsil.util that return WSILDocument Modifier and Type Method Description WSILDocument
WSILDocBuilder. getWSILDocument()
Returns a WSIL document. -
Uses of WSILDocument in org.apache.wsil.xml
Fields in org.apache.wsil.xml declared as WSILDocument Modifier and Type Field Description protected WSILDocument
XMLReader. wsilDocument
WSIL document.protected WSILDocument
XMLWriter. wsilDocument
WSIL document.Methods in org.apache.wsil.xml with parameters of type WSILDocument Modifier and Type Method Description void
XMLReader. parseDocument(WSILDocument wsilDocument, java.io.Reader reader)
Create a WSIL document from the contents of a reader.void
XMLWriter. writeDocument(WSILDocument wsilDocument, java.io.OutputStream stream)
Write WSIL document.void
XMLWriter. writeDocument(WSILDocument wsilDocument, java.io.Writer writer)
Write WSIL document.
-