|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WSAgreementReader
This interface describes a collection of methods that enable conversion of a SchemaImpl document (in XML, following the SchemaImpl parent described in the SchemaImpl specification) into a SchemaImpl model.
| Method Summary | |
|---|---|
Agreement |
read(org.w3c.dom.Document doc)
Read the specified SchemaImpl document into a SchemaImpl definition. |
Agreement |
read(org.xml.sax.InputSource source)
|
Agreement |
read(java.net.URL uri)
Read the SchemaImpl document accessible via the specified URI into a SchemaImpl definition. |
| Method Detail |
|---|
Agreement read(java.net.URL uri)
throws WSAgreementException
schemaURI - a URI (can be a filename or URL) pointing to a SchemaImpl XML
definition.
WSAgreementException
Agreement read(org.w3c.dom.Document doc)
throws WSAgreementException
documentBaseURI - the document base URI of the SchemaImpl definition described
by the document. Will be set as the documentBaseURI of the
returned Definition. Can be null, in which case it will be
ignored.wsdlDocument - the SchemaImpl document, an XML document obeying the
SchemaImpl parent.
WSAgreementException
Agreement read(org.xml.sax.InputSource source)
throws WSAgreementException
WSAgreementException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||