| Class | Description |
|---|---|
| BaseWSDLFactory |
This abstract class contains properties and methods common
to WSDLFactory implementations.
|
| BaseWSDLReader |
This abstract class contains properties and methods common
to WSDLReader implementations.
|
| BaseWSDLSource |
This abstract class implements methods of the WSDLSource interface that are
common across all concrete implementations.
|
| BaseWSDLWriter |
This abstract class contains properties and methods common
to WSDLWriter implementations.
|
| BaseXMLElement |
This abstract class implements methods of the XMLElement interface that are
common across all concrete implementations.
|
| DOMWSDLFactory | |
| DOMWSDLReader |
Implements the WSDLReader behaviour for DOM-based parsing.
|
| DOMWSDLSource |
This class provides a WSDLSource implementation that supports a
DOM-based representation of the WSDL source.
|
| DOMWSDLWriter |
This is a concrete class derived from BaseWSDLWriter
class and implements method to serialize each WSDL2.0
element based on DOM and also WriteWSDL() methods of
the WSDLWriter interface .
|
| DOMXMLElement | |
| ErrorHandlerImpl |
This class implements the default error handling behaviour, which is simply
to report warnings, errors and fatal errors by printing the error info to
the system output stream.
|
| ErrorInfoImpl |
This class is a data object containing the information needed
for reporting warnings, errors and fatal errors.
|
| ErrorLocatorImpl |
Represents the location of parsing error within a XML document.
|
| ErrorReporterImpl |
This class reports errors that occur while parsing, validating or
manipulating WSDL descriptions, such as XML parser errors or violations
of the rules defined in the WSDL specification.
|
| MessageFormatter |
This class is used for formatting error messages.
|
| OMWSDLFactory | |
| OMWSDLReader |
Implements WSDL reader behaviour for OM based parsing
|
| OMWSDLSource |
This class provides a WSDLSource implementation that supports a
OM-based representation of the WSDL source.
|
| OMWSDLWriter |
This is a concrete class derived from BaseWSDLWriter
class and implements method to serialize each WSDL2.0
element based on OM and also WriteWSDL() methods of
the WSDLWriter interface .
|
| OMXMLElement | |
| ReaderFeatures |
This class contains all supported Woden reader features and stores
their values for individual parser configurations.
|
| WriterFeatures |
This class contains all supported Woden writer features .
|
| WSDLContext |
A container of objects shared internally across the Woden implementation.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.