Package | Description |
---|---|
org.apache.woden | |
org.apache.woden.ant | |
org.apache.woden.wsdl20.editable | |
org.apache.woden.wsdl20.xml |
Modifier and Type | Method and Description |
---|---|
Description |
WSDLReader.readWSDL(String wsdlURI)
Read the WSDL document at the specified URI and return a WSDL Description
component containing the WSDL components derived from that document.
|
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 | Method and Description |
---|---|
void |
SerializationStrategy.serializeInternal(Description description,
Writer sink)
A SearalizationStrategy implementation must provide this method.
|
Modifier and Type | Method and Description |
---|---|
void |
WsdlCm.write(Description descComp)
Writes the Description component in the component model interchange format.
|
void |
CmWriter.write(Description component)
Writes the component model.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EdDescription
Represents the editable Description component from the WSDL 2.0 Component
model
|
Modifier and Type | Method and Description |
---|---|
Description |
DescriptionElement.toComponent()
Return the Description component derived from this DescriptionElement.
|
Copyright ? Apache Software Foundation. All Rights Reserved.