|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.wsstar.qml.impl.WSQMLReaderImpl
public class WSQMLReaderImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.ebmwebsourcing.wsstar.qml.api.WSQMLReader |
|---|
WSQMLReader.FeatureConstants |
| Constructor Summary | |
|---|---|
WSQMLReaderImpl()
|
|
| 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. |
static javax.xml.bind.JAXBContext |
getJaxbContext()
|
static javax.xml.bind.Unmarshaller |
getUnMarshaller()
Get the unmarshaller instance. |
Constraint |
readConstraint(org.w3c.dom.Document document)
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 input)
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 document)
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 input)
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. |
void |
setFeatures(java.util.Map<WSQMLReader.FeatureConstants,java.lang.Object> features)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSQMLReaderImpl()
| Method Detail |
|---|
public static javax.xml.bind.Unmarshaller getUnMarshaller()
throws org.ow2.easywsdl.schema.api.SchemaException
org.ow2.easywsdl.schema.api.SchemaException - The exception raised during the unmarshaller creation.public static javax.xml.bind.JAXBContext getJaxbContext()
public QOSDimension readQOSDimension(java.net.URI uri)
throws WSQMLException
WSQMLReader
readQOSDimension in interface WSQMLReaderWSQMLException
public QOSDimension readQOSDimension(org.w3c.dom.Document document)
throws WSQMLException
WSQMLReader
readQOSDimension in interface WSQMLReaderWSQMLException
public QOSDimension readQOSDimension(java.net.URI uri,
org.xml.sax.InputSource input)
throws WSQMLException
WSQMLReader
readQOSDimension in interface WSQMLReaderinput - an InputSource pointing to the SchemaImpl document, an XML
document obeying the SchemaImpl parent.
WSQMLException
public void setFeature(WSQMLReader.FeatureConstants name,
java.lang.Object value)
throws java.lang.IllegalArgumentException
WSQMLReaderThe 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
setFeature in interface WSQMLReadername - 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)
public java.lang.Object getFeature(WSQMLReader.FeatureConstants name)
throws java.lang.IllegalArgumentException
WSQMLReader
getFeature in interface WSQMLReadername - the name of the feature to get the value of.
java.lang.IllegalArgumentException - if the feature name is not recognized.#setFeature(String, boolean)public java.util.Map<WSQMLReader.FeatureConstants,java.lang.Object> getFeatures()
WSQMLReader
getFeatures in interface WSQMLReader#setFeature(String, boolean)public void setFeatures(java.util.Map<WSQMLReader.FeatureConstants,java.lang.Object> features)
public Constraint readConstraint(java.net.URI uri)
throws WSQMLException
WSQMLReader
readConstraint in interface WSQMLReaderWSQMLException
public Constraint readConstraint(org.w3c.dom.Document document)
throws WSQMLException
WSQMLReader
readConstraint in interface WSQMLReaderWSQMLException
public Constraint readConstraint(java.net.URI uri,
org.xml.sax.InputSource input)
throws WSQMLException
WSQMLReader
readConstraint in interface WSQMLReaderinput - an InputSource pointing to the SchemaImpl document, an XML
document obeying the SchemaImpl parent.
WSQMLException
public EquivalentTo readEquivalentTo(java.net.URI uri)
throws WSQMLException
WSQMLReader
readEquivalentTo in interface WSQMLReaderWSQMLException
public EquivalentTo readEquivalentTo(java.net.URI uri,
org.xml.sax.InputSource input)
throws WSQMLException
WSQMLReader
readEquivalentTo in interface WSQMLReaderWSQMLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||