Package | Description |
---|---|
org.apache.woden | |
org.apache.woden.internal | |
org.apache.woden.internal.wsdl20 | |
org.apache.woden.internal.wsdl20.validation | |
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 |
---|---|
Description |
OMWSDLReader.readWSDL(String wsdlURI) |
Description |
DOMWSDLReader.readWSDL(String wsdlURI) |
Description |
OMWSDLReader.readWSDL(WSDLSource wsdlSource) |
Description |
DOMWSDLReader.readWSDL(WSDLSource wsdlSource) |
Modifier and Type | Class and Description |
---|---|
class |
DescriptionImpl
This class provides the implementation for a Description component from
the WSDL Component Model, as described in the WSDL 2.0 specification.
|
Modifier and Type | Method and Description |
---|---|
Description |
BindingImpl.getDescriptionComponent() |
Description |
DescriptionImpl.toComponent() |
Modifier and Type | Method and Description |
---|---|
void |
WSDLComponentValidator.validate(Description desc,
ErrorReporter errorReporter)
Validate the WSDL 2.0 component model described by the
description component.
|
void |
WSDLValidator.validate(Description description,
WSDLContext wsdlContext) |
protected void |
WSDLComponentValidator.validateBindingFaultReferences(BindingFaultReference[] bindingFaultReferences,
Description desc,
ErrorReporter errorReporter)
Validate the binding fault references in the WSDL component model.
|
protected void |
WSDLComponentValidator.validateBindingFaults(BindingFault[] bindingFaults,
Description desc,
ErrorReporter errorReporter)
Validate the binding faults in the WSDL component model.
|
protected void |
WSDLComponentValidator.validateBindingMessageReferences(BindingMessageReference[] bindingMessageReferences,
Description desc,
ErrorReporter errorReporter)
Validate the binding message references in the WSDL component model.
|
protected void |
WSDLComponentValidator.validateBindingOperations(BindingOperation[] bindingOperations,
Description desc,
ErrorReporter errorReporter)
Validate the binding operations in the WSDL component model.
|
protected void |
WSDLComponentValidator.validateBindings(Binding[] bindings,
Description desc,
ErrorReporter errorReporter)
Validate the bindings in the WSDL component model.
|
protected void |
WSDLComponentValidator.validateEndpoints(Endpoint[] endpoints,
Description desc,
ErrorReporter errorReporter)
Validate the endpoints in a service component in the WSDL component model.
|
protected void |
WSDLComponentValidator.validateServices(Service[] services,
Description desc,
ErrorReporter errorReporter)
Validate the services in the WSDL component model.
|
Modifier and Type | Method and Description |
---|---|
Description |
DescriptionElement.toComponent()
Return the Description component derived from this DescriptionElement.
|
Copyright © 2005–2014 Apache Software Foundation. All rights reserved.