| Package | Description |
|---|---|
| org.apache.wsil | |
| org.apache.wsil.client | |
| org.apache.wsil.impl | |
| org.apache.wsil.util | |
| org.apache.wsil.xml |
| Modifier and Type | Method and Description |
|---|---|
abstract WSILDocument |
WSILDocumentFactory.newDocument()
Create a new instance of a WS-Inspection document.
|
static WSILDocument |
WSILDocument.newInstance() |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
WSILDocument |
WSILProxy.getWSILDocument()
Returns a WSIL document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WSILDocumentImpl
This class is an implementation of the WSILDocument class.
|
| Modifier and Type | Method and Description |
|---|---|
WSILDocument |
WSILDocumentFactoryImpl.newDocument()
Create a new instance of a WSIL document.
|
| Modifier and Type | Field and Description |
|---|---|
protected WSILDocument |
WSILDocBuilder.wsilDocument
WSIL inspection document reference.
|
| Modifier and Type | Method and Description |
|---|---|
WSILDocument |
WSILDocBuilder.getWSILDocument()
Returns a WSIL document.
|
| Modifier and Type | Field and Description |
|---|---|
protected WSILDocument |
XMLReader.wsilDocument
WSIL document.
|
protected WSILDocument |
XMLWriter.wsilDocument
WSIL document.
|
| Modifier and Type | Method and 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.
|
Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.