|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WSQMLReader
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.
| Nested Class Summary | |
|---|---|
static class |
WSQMLReader.FeatureConstants
Constants for the Message Exchange Patterns. |
| Method Summary | |
|---|---|
java.lang.Object |
getFeature(WSQMLReader.FeatureConstants name)
Gets the value of the specified feature. |
java.util.Map<WSQMLReader.FeatureConstants,java.lang.Object> |
getFeatures()
Gets all features. |
Constraint |
readConstraint(org.w3c.dom.Document doc)
Read the specified SchemaImpl document into a SchemaImpl definition. |
Constraint |
readConstraint(java.net.URI uri)
Read the SchemaImpl document accessible via the specified URI into a SchemaImpl definition. |
Constraint |
readConstraint(java.net.URI uri,
org.xml.sax.InputSource inputSource)
Read a SchemaImpl document into a SchemaImpl definition. |
EquivalentTo |
readEquivalentTo(java.net.URI uri)
Read the EquivalentToImpl document accessible via the specified URI into a EquivalentToImpl definition. |
EquivalentTo |
readEquivalentTo(java.net.URI uri,
org.xml.sax.InputSource input)
Read a SchemaImpl document into a SchemaImpl definition. |
QOSDimension |
readQOSDimension(org.w3c.dom.Document doc)
Read the specified SchemaImpl document into a SchemaImpl definition. |
QOSDimension |
readQOSDimension(java.net.URI uri)
Read the SchemaImpl document accessible via the specified URI into a SchemaImpl definition. |
QOSDimension |
readQOSDimension(java.net.URI uri,
org.xml.sax.InputSource inputSource)
Read a SchemaImpl document into a SchemaImpl definition. |
void |
setFeature(WSQMLReader.FeatureConstants name,
java.lang.Object value)
Sets the specified feature to the specified value. |
| Method Detail |
|---|
void setFeature(WSQMLReader.FeatureConstants name,
java.lang.Object value)
throws java.lang.IllegalArgumentException
The minimum features that must be supported are:
| Name | Description | Default Value |
|---|---|---|
| If set to true, status messages will be displayed. | ||
| If set to true, imported WSDL documents will be retrieved and processed. | ||
|
|
If the location is set, imported WSDL documents will be retrieved at this location (Set the importDocuments Features at true). |
All feature names must be fully-qualified, Java package style. All names starting with com.ebmwebsourcing. are reserved for features defined by the specification. It is recommended that implementation- specific features be fully-qualified to match the package name of that implementation. For example: com.abc.featureName
name - the name of the feature to be set.value - the value to set the feature to.
java.lang.IllegalArgumentException - if the feature name is not recognized.#getFeature(String)java.lang.Object getFeature(WSQMLReader.FeatureConstants name)
name - the name of the feature to get the value of.
java.lang.IllegalArgumentException - if the feature name is not recognized.#setFeature(String, boolean)java.util.Map<WSQMLReader.FeatureConstants,java.lang.Object> getFeatures()
#setFeature(String, boolean)
QOSDimension readQOSDimension(java.net.URI uri)
throws WSQMLException
schemaURI - a URI (can be a filename or URL) pointing to a SchemaImpl XML
definition.
WSQMLException
QOSDimension readQOSDimension(org.w3c.dom.Document doc)
throws WSQMLException
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.
WSQMLException
QOSDimension readQOSDimension(java.net.URI uri,
org.xml.sax.InputSource inputSource)
throws WSQMLException
schemaURI - the uri of the parentinputSource - an InputSource pointing to the SchemaImpl document, an XML
document obeying the SchemaImpl parent.
WSQMLException
Constraint readConstraint(java.net.URI uri)
throws WSQMLException
schemaURI - a URI (can be a filename or URL) pointing to a SchemaImpl XML
definition.
WSQMLException
Constraint readConstraint(org.w3c.dom.Document doc)
throws WSQMLException
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.
WSQMLException
Constraint readConstraint(java.net.URI uri,
org.xml.sax.InputSource inputSource)
throws WSQMLException
schemaURI - the uri of the parentinputSource - an InputSource pointing to the SchemaImpl document, an XML
document obeying the SchemaImpl parent.
WSQMLException
EquivalentTo readEquivalentTo(java.net.URI uri)
throws WSQMLException
schemaURI - a URI (can be a filename or URL) pointing to a SchemaImpl XML
definition.
WSQMLException
EquivalentTo readEquivalentTo(java.net.URI uri,
org.xml.sax.InputSource input)
throws WSQMLException
schemaURI - the uri of the parentinputSource - an InputSource pointing to the SchemaImpl document, an XML
document obeying the SchemaImpl parent.
WSQMLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||