Package | Description |
---|---|
org.apache.woden | |
org.apache.woden.internal |
Modifier and Type | Method and Description |
---|---|
WSDLSource |
WSDLReader.createWSDLSource()
Returns a WSDLSource object that is compatible with the WSDLReader implementation.
|
Modifier and Type | Method and Description |
---|---|
Description |
WSDLReader.readWSDL(WSDLSource wsdlSource)
Read the WSDL obtained from the specified WSDLSource object and return a WSDL Description
component containing the WSDL components derived from that WSDL source.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseWSDLSource
This abstract class implements methods of the WSDLSource interface that are
common across all concrete implementations.
|
class |
DOMWSDLSource
This class provides a WSDLSource implementation that supports a
DOM-based representation of the WSDL source.
|
Modifier and Type | Method and Description |
---|---|
WSDLSource |
DOMWSDLReader.createWSDLSource() |
Modifier and Type | Method and Description |
---|---|
Description |
DOMWSDLReader.readWSDL(WSDLSource wsdlSource) |
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.