|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WSILDocument | |
|---|---|
| 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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
WSILDocument |
WSILProxy.getWSILDocument()
Returns a WSIL document. |
| Uses of WSILDocument in org.apache.wsil.impl |
|---|
| Subclasses of WSILDocument in org.apache.wsil.impl | |
|---|---|
class |
WSILDocumentImpl
This class is an implementation of the WSILDocument class. |
| Methods in org.apache.wsil.impl that return WSILDocument | |
|---|---|
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 | |
|---|---|
protected WSILDocument |
WSILDocBuilder.wsilDocument
WSIL inspection document reference. |
| Methods in org.apache.wsil.util that return WSILDocument | |
|---|---|
WSILDocument |
WSILDocBuilder.getWSILDocument()
Returns a WSIL document. |
| Uses of WSILDocument in org.apache.wsil.xml |
|---|
| Fields in org.apache.wsil.xml declared as WSILDocument | |
|---|---|
protected WSILDocument |
XMLWriter.wsilDocument
WSIL document. |
protected WSILDocument |
XMLReader.wsilDocument
WSIL document. |
| Methods in org.apache.wsil.xml with parameters of type WSILDocument | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||