org.ow2.easywsdl.wsdl.api.abstractElmt
Class AbstractWSDLReaderImpl
java.lang.Object
org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLReaderImpl
- All Implemented Interfaces:
- WSDLReader
- Direct Known Subclasses:
- WSDLReaderImpl, WSDLReaderImpl, WSDLReaderImpl
public abstract class AbstractWSDLReaderImpl
- extends java.lang.Object
- implements WSDLReader
- Author:
- Nicolas Salatge - eBM WebSourcing
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
analyzer
protected WSDLJDomAnalyzer analyzer
AbstractWSDLReaderImpl
public AbstractWSDLReaderImpl()
getAnalyzer
public final WSDLJDomAnalyzer getAnalyzer()
- Returns:
- the analyzer
setAnalyzer
public final void setAnalyzer(WSDLJDomAnalyzer analyzer)
- Parameters:
analyzer - the analyzer to set
setFeature
public final void setFeature(WSDLReader.FeatureConstants name,
java.lang.Object value)
throws WSDLException
- Description copied from interface:
WSDLReader
- Sets the specified feature to the specified value.
The minimum features that must be supported are:
| Name |
DescriptionImpl |
Default Value |
| org.ow2.easywsdl.schema.test.verbose |
If set to true, status messages will be displayed. |
type: boolean - default value: false |
| org.ow2.easywsdl.schema.test.importDocuments |
If set to true, imported WSDL documents will be retrieved and
processed. |
type: boolean - default value: true |
|
org.ow2.easywsdl.schema.test.pathDirectoryOfImportLocations
|
If the location is set, imported WSDL documents will be retrieved at
this location (Set the importDocuments Features at true). |
type: String |
All feature names must be fully-qualified, Java package style. All names
starting with om.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
- Specified by:
setFeature in interface WSDLReader
- Parameters:
name - the name of the feature to be set.value - the value to set the feature to.
- Throws:
WSDLException - TODO- See Also:
#getFeature(String)
getFeature
public final java.lang.Object getFeature(WSDLReader.FeatureConstants name)
- Description copied from interface:
WSDLReader
- Gets the value of the specified feature.
- Specified by:
getFeature in interface WSDLReader
- Parameters:
name - the name of the feature to get the value of.
- Returns:
- the value of feature
- See Also:
#setFeature(String, boolean)
getFeatures
public final java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> getFeatures()
- Description copied from interface:
WSDLReader
- Gets all features.
- Specified by:
getFeatures in interface WSDLReader
- Returns:
- the features
- See Also:
#setFeature(String, boolean)
setFeatures
public final void setFeatures(java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> features)
Copyright © 2008 eBM WebSourcing. All Rights Reserved.