|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wsil.xml.XMLWriter
public class XMLWriter
This class will write the contents of a WS-Inspection document.
| Field Summary | |
|---|---|
protected ExtensionRegistry |
extRegistry
WSIL extension registry. |
protected WSILDocument |
wsilDocument
WSIL document. |
| Constructor Summary | |
|---|---|
XMLWriter()
Create a WSIL document writer. |
|
| Method Summary | |
|---|---|
void |
writeDocument(WSILDocument wsilDocument,
java.io.OutputStream stream)
Write WSIL document. |
void |
writeDocument(WSILDocument wsilDocument,
java.io.Writer writer)
Write WSIL document. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected WSILDocument wsilDocument
protected ExtensionRegistry extRegistry
| Constructor Detail |
|---|
public XMLWriter()
| Method Detail |
|---|
public void writeDocument(WSILDocument wsilDocument,
java.io.OutputStream stream)
throws WSILException
WSILException
public void writeDocument(WSILDocument wsilDocument,
java.io.Writer writer)
throws WSILException
writeDocument in interface DocumentWriterwsilDocument - the WS-Inspection documentwriter - the output writer
WSILException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||