|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Description | |
---|---|
org.apache.woden | |
org.apache.woden.ant | |
org.apache.woden.internal | |
org.apache.woden.internal.wsdl20 | |
org.apache.woden.internal.wsdl20.validation | |
org.apache.woden.wsdl20.xml |
Uses of Description in org.apache.woden |
---|
Methods in org.apache.woden that return Description | |
---|---|
Description |
WSDLReader.readWSDL(java.lang.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. |
Uses of Description in org.apache.woden.ant |
---|
Methods in org.apache.woden.ant with parameters of type 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. |
Uses of Description in org.apache.woden.internal |
---|
Methods in org.apache.woden.internal that return Description | |
---|---|
Description |
OMWSDLReader.readWSDL(java.lang.String wsdlURI)
|
Description |
DOMWSDLReader.readWSDL(java.lang.String wsdlURI)
|
Description |
OMWSDLReader.readWSDL(WSDLSource wsdlSource)
|
Description |
DOMWSDLReader.readWSDL(WSDLSource wsdlSource)
|
Uses of Description in org.apache.woden.internal.wsdl20 |
---|
Classes in org.apache.woden.internal.wsdl20 that implement 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. |
Methods in org.apache.woden.internal.wsdl20 that return Description | |
---|---|
Description |
BindingImpl.getDescriptionComponent()
|
Description |
DescriptionImpl.toComponent()
|
Uses of Description in org.apache.woden.internal.wsdl20.validation |
---|
Methods in org.apache.woden.internal.wsdl20.validation with parameters of type 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. |
Uses of Description in org.apache.woden.wsdl20.xml |
---|
Methods in org.apache.woden.wsdl20.xml that return Description | |
---|---|
Description |
DescriptionElement.toComponent()
Return the Description component derived from this DescriptionElement. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |