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 |
CmWriter.write(Description component)
Writes the component model.
|
void |
WsdlCm.write(Description descComp)
Writes the Description component in the component model interchange format.
|
Modifier and Type | Method and Description |
---|---|
Description |
DOMWSDLReader.readWSDL(String wsdlURI) |
Description |
DOMWSDLReader.readWSDL(WSDLSource wsdlSource) |
Modifier and Type | Method and Description |
---|---|
void |
SingleFileSerializationStrategy.serializeInternal(Description description,
Writer sink) |
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 | 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 © 2005–2019 Apache Software Foundation. All rights reserved.