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 WSILDocumentWSILDocumentFactory. newDocument()Create a new instance of a WS-Inspection document.static WSILDocumentWSILDocument. newInstance()Methods in org.apache.wsil with parameters of type WSILDocument Modifier and Type Method Description voidDocumentReader. parseDocument(WSILDocument wsilDocument, java.io.Reader reader)Parse the contents of a WSIL Document from a input reader.voidDocumentWriter. 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 WSILDocumentWSILProxy. 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 classWSILDocumentImplThis class is an implementation of the WSILDocument class.Methods in org.apache.wsil.impl that return WSILDocument Modifier and Type Method Description WSILDocumentWSILDocumentFactoryImpl. 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 WSILDocumentWSILDocBuilder. wsilDocumentWSIL inspection document reference.Methods in org.apache.wsil.util that return WSILDocument Modifier and Type Method Description WSILDocumentWSILDocBuilder. 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 WSILDocumentXMLReader. wsilDocumentWSIL document.protected WSILDocumentXMLWriter. wsilDocumentWSIL document.Methods in org.apache.wsil.xml with parameters of type WSILDocument Modifier and Type Method Description voidXMLReader. parseDocument(WSILDocument wsilDocument, java.io.Reader reader)Create a WSIL document from the contents of a reader.voidXMLWriter. writeDocument(WSILDocument wsilDocument, java.io.OutputStream stream)Write WSIL document.voidXMLWriter. writeDocument(WSILDocument wsilDocument, java.io.Writer writer)Write WSIL document.
-