| Name | Package | Description |
| Argument | org.apache.woden.wsdl20.extensions.rpc | Argument represents a (name,direction) pair where
name is the name of an argument and direction is its direction
as defined in Part 2: Adjuncts. |
| Component | org.apache.woden.wsdl20.fragids | Component is the abstract base class for all WSDL 2.0 component
fragment identifiers. |
| Convert | org.apache.woden.tool.converter | This is a utility to convert WSDL 1.1 documents into WSDL 2.0 documents. |
| Direction | org.apache.woden.wsdl20.enumeration | This class defines the values of the {direction} property of
InterfaceMessageReference and InterfaceFaultReference. |
| Direction | org.apache.woden.wsdl20.extensions.rpc | Direction is a typesafe enumeration of the four
possible values, #in, #out, #inout, and #return. |
| ExtensionRegistry | org.apache.woden.wsdl20.extensions | This class is used to associate serializers, deserializers, and
Java implementation types with extension elements. |
| HTTPAuthenticationScheme | org.apache.woden.wsdl20.extensions.http | This class defines the values of the {http authentication scheme} property of
Endpoint as defined by the HTTP Binding extension. |
| HTTPErrorStatusCode | org.apache.woden.wsdl20.extensions.http | This class represents the {http error status code} property that forms part of the
HTTP extensions to the WSDL BindingFault component. |
| MessageLabel | org.apache.woden.wsdl20.enumeration | This class defines the values of the {message label} property of
InterfaceMessageReference and InterfaceFaultReference. |
| NCName | org.apache.woden.types | This class represents the data type NCName use for XML non-colonized names. |
| QName | javax.xml.namespace | QName class represents the value of a qualified name
as specified in XML
Schema Part2: Datatypes specification. |
| SOAPFaultCode | org.apache.woden.wsdl20.extensions.soap | This class represents the {soap fault code} property that forms part of the
SOAP extensions to the WSDL BindingFault component. |
| SOAPFaultSubcodes | org.apache.woden.wsdl20.extensions.soap | This class represents the {soap fault subcodes} property that forms part of the
SOAP extensions to the WSDL BindingFault component. |
| UnknownAttr | org.apache.woden.xml | This class represents extension attributes (those not in the WSDL namespace)
that do not have a Java type registered in the Extension Registry. |
| UnknownExtensionDeserializer | org.apache.woden.wsdl20.extensions | This class is used to deserialize arbitrary elements into
UnknownExtensionElement instances. |
| UnknownExtensionElement | org.apache.woden.wsdl20.extensions | This class is used to wrap arbitrary elements. |
| UnknownExtensionSerializer | org.apache.woden.wsdl20.extensions | This class is used to serialize UnknownExtensionElement instances
into the PrintWriter. |
| Utils | org.apache.woden.tool.converter | No description provided. |
| ValidateWSDL20 | org.apache.woden.ant | This is an Ant task to validate WSDL 2.0 files. |
| WsdlCm | org.apache.woden.ant | No description provided. |
| WSDLFactory | org.apache.woden | Based on wsdl4j factory. |
| XMLChar | org.apache.woden.types | This class has been copied from Axis into Woden to support the NCName class. |