|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.agreement.definition.impl.WSAgreementReaderImpl
public class WSAgreementReaderImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.ebmwebsourcing.agreement.definition.api.WSAgreementReader |
|---|
WSAgreementReader.FeatureConstants |
| Constructor Summary | |
|---|---|
WSAgreementReaderImpl()
The JAXB unique unmarshaller. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getFeature(WSAgreementReader.FeatureConstants name)
Gets the value of the specified feature. |
java.util.Map<WSAgreementReader.FeatureConstants,java.lang.Object> |
getFeatures()
Gets all features. |
Agreement |
readAgreement(org.w3c.dom.Document document)
Read the specified SchemaImpl document into a SchemaImpl definition. |
Agreement |
readAgreement(java.net.URI uri)
Read the SchemaImpl document accessible via the specified URI into a SchemaImpl definition. |
Agreement |
readAgreement(java.net.URI uri,
org.xml.sax.InputSource input)
Read a SchemaImpl document into a SchemaImpl definition. |
void |
setFeature(WSAgreementReader.FeatureConstants name,
java.lang.Object value)
Sets the specified feature to the specified value. |
void |
setFeatures(java.util.Map<WSAgreementReader.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 WSAgreementReaderImpl()
throws WSAgreementException
WSAgreementException| Method Detail |
|---|
public Agreement readAgreement(java.net.URI uri)
throws WSAgreementException
WSAgreementReader
readAgreement in interface WSAgreementReaderWSAgreementException
public Agreement readAgreement(org.w3c.dom.Document document)
throws WSAgreementException
WSAgreementReader
readAgreement in interface WSAgreementReaderWSAgreementException
public Agreement readAgreement(java.net.URI uri,
org.xml.sax.InputSource input)
throws WSAgreementException
WSAgreementReader
readAgreement in interface WSAgreementReaderinput - an InputSource pointing to the SchemaImpl document, an XML
document obeying the SchemaImpl parent.
WSAgreementException
public void setFeature(WSAgreementReader.FeatureConstants name,
java.lang.Object value)
throws java.lang.IllegalArgumentException
WSAgreementReaderThe 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 WSAgreementReadername - 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(WSAgreementReader.FeatureConstants name)
throws java.lang.IllegalArgumentException
WSAgreementReader
getFeature in interface WSAgreementReadername - 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<WSAgreementReader.FeatureConstants,java.lang.Object> getFeatures()
WSAgreementReader
getFeatures in interface WSAgreementReader#setFeature(String, boolean)public void setFeatures(java.util.Map<WSAgreementReader.FeatureConstants,java.lang.Object> features)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||