| Name | Package | Description |
| ArgumentArrayAttr | org.apache.woden.xml | This interface represents an XML attribute information items whose type
is a list of pairs (xs:QName, xs:token) that obey the contraints of
wrpc:signature as defined in Part 2 of the WSDL 2.0 spec. |
| AttributeExtensible | org.apache.woden.wsdl20.extensions | This interface represents elements that may contain extension attributes. |
| Binding | org.apache.woden.wsdl20 | Represents the Binding component from the WSDL 2.0 Component model. |
| BindingElement | org.apache.woden.wsdl20.xml | This interface represents a WSDL <binding> element. |
| BindingFault | org.apache.woden.wsdl20 | This interface represents the BindingFault component from the WSDL 2.0 Component model. |
| BindingFaultElement | org.apache.woden.wsdl20.xml | This interface represents the <fault> child element of a <binding> element. |
| BindingFaultReference | org.apache.woden.wsdl20 | This interface represents the BindingFaultReference component of the
WSDL 2.0 Component model. |
| BindingFaultReferenceElement | org.apache.woden.wsdl20.xml | This interface represents the <infault> and <outfault>
child elements of a WSDL binding <operation> element. |
| BindingMessageReference | org.apache.woden.wsdl20 | This interface represents the BindingMessageReference component
of the WSDL 2.0 Component model |
| BindingMessageReferenceElement | org.apache.woden.wsdl20.xml | This interface represents the <input> and <output>
child elements of a WSDL binding <operation>. |
| BindingOperation | org.apache.woden.wsdl20 | This interface represents the BindingOperation component from the WSDL 2.0 Component model. |
| BindingOperationElement | org.apache.woden.wsdl20.xml | This interface represents the <operation> child element of a
WSDL <binding> element. |
| BooleanAttr | org.apache.woden.xml | This interface represents XML attribute information items of type xs:boolean. |
| ComponentExtensions | org.apache.woden.wsdl20.extensions | This interface represents a group of properties that extend a WSDLComponent. |
| ConfigurableComponent | org.apache.woden.wsdl20 | Components which can be configured with features and properties will
extend this interface. |
| ConfigurableElement | org.apache.woden.wsdl20.xml | Interfaces for elements which can have <feature> and <property>
child elements will extend this interface. |
| Description | org.apache.woden.wsdl20 | This interface represents the Description component from the WSDL Component
Model, as described in the WSDL 2.0 specification. |
| DescriptionElement | org.apache.woden.wsdl20.xml | This interface represents a <wsdl:description> element. |
| DocumentableElement | org.apache.woden.wsdl20.xml | Interfaces for WSDL 2.0 elements which may have <documentation>
child elements will extend this interface. |
| DocumentationElement | org.apache.woden.wsdl20.xml | This interface represents the WSDL 2.0 <wsdl:documentation> XML element. |
| ElementDeclaration | org.apache.woden.wsdl20 | This interface represents the ElementDeclaration component described
in the WSDL 2.0 Component Model specification (within the Description
Component section). |
| ElementExtensible | org.apache.woden.wsdl20.extensions | This interface represents elements that may contain extension elements. |
| Endpoint | org.apache.woden.wsdl20 | Represents the Endpoint component from the WSDL 2.0 Component model. |
| EndpointElement | org.apache.woden.wsdl20.xml | This interface represents an <endpoint> element
information item, a child element of WSDL <service>. |
| ErrorHandler | org.apache.woden | This interface declares operations for handling three types
of errors; warnings, errors and fatal errors. |
| ErrorInfo | org.apache.woden | This interface describes the three types of errors
(warning, error and fatal error) that may be reported. |
| ErrorLocator | org.apache.woden | Represents the location of parsing error within a XML document. |
| ErrorReporter | org.apache.woden | Defines the approach for reporting errors that occur while parsing,
validating or
manipulating WSDL descriptions, such as XML parser errors or violations
of the rules defined in the WSDL specification. |
| ExtensionDeserializer | org.apache.woden.wsdl20.extensions | This interface should be implemented by classes which deserialize
org.w3c.dom.Elements into extension-specific instances of ExtensionElement. |
| ExtensionElement | org.apache.woden.wsdl20.extensions | This interface represents WSDL 2.0 extension elements. |
| ExtensionSerializer | org.apache.woden.wsdl20.extensions | This interface should be implemented by classes which serialize
extension-specific instances of ExtensibilityElement into the
PrintWriter. |
| Feature | org.apache.woden.wsdl20 | No description provided. |
| FeatureElement | org.apache.woden.wsdl20.xml | Represents the <feature> element. |
| HTTPAuthenticationSchemeAttr | org.apache.woden.xml | This interface represents the value of the whttp:authenticationType
attribute. |
| HTTPBindingExtensions | org.apache.woden.wsdl20.extensions.http | This interface represents the properties from the HTTP namespace
added to the WSDL 2.0 Binding component as part
of the HTTP binding extension. |
| HTTPBindingFaultExtensions | org.apache.woden.wsdl20.extensions.http | This interface represents the properties from the HTTP namespace
added to the WSDL 2.0 BindingFault component as part
of the HTTP binding extension. |
| HTTPBindingMessageReferenceExtensions | org.apache.woden.wsdl20.extensions.http | This interface represents the properties from the HTTP namespace
added to the WSDL 2.0 BindingMessageReference component as part
of the HTTP binding extension. |
| HTTPBindingOperationExtensions | org.apache.woden.wsdl20.extensions.http | This interface represents the properties from the HTTP namespace
added to the WSDL 2.0 BindingOperation component as part
of the HTTP binding extension. |
| HTTPEndpointExtensions | org.apache.woden.wsdl20.extensions.http | This interface represents the properties from the HTTP namespace added to the
WSDL 2.0 Endpoint component as part of the HTTP binding
extension. |
| HTTPHeader | org.apache.woden.wsdl20.extensions.http | This interface represents the HTTPHeader Component that can appear in the
optional {http headers} property of the WSDL 2.0 components BindingFault
and BindingMessageReference. |
| HTTPHeaderElement | org.apache.woden.wsdl20.extensions.http | This interface represents the <whttp:header> extension element that
can appear within a Binding Fault or Binding Message Reference. |
| ImportedSchema | org.apache.woden.schema | This interface represents a schema import, <xs:import>. |
| ImportElement | org.apache.woden.wsdl20.xml | This interface represents a <import> XML element
information item. |
| IncludeElement | org.apache.woden.wsdl20.xml | This interface represents a <include> XML element
information item. |
| InlinedSchema | org.apache.woden.schema | This interface represents an inlined schema, <xs:schema>. |
| Interface | org.apache.woden.wsdl20 | Represents the Interface component from the WSDL 2.0 Component model. |
| InterfaceElement | org.apache.woden.wsdl20.xml | This interface represents a <interface> XML element
information item. |
| InterfaceFault | org.apache.woden.wsdl20 | No description provided. |
| InterfaceFaultElement | org.apache.woden.wsdl20.xml | This interface represents a <fault> child element of the
WSDL <interface> element. |
| InterfaceFaultReference | org.apache.woden.wsdl20 | This interface represents the InterfaceFaultReference component
of the WSDL 2.0 Component model. |
| InterfaceFaultReferenceElement | org.apache.woden.wsdl20.xml | This interface represents the <infault> and <outfault>
child elements of a WSDL interface <operation> element. |
| InterfaceMessageReference | org.apache.woden.wsdl20 | No description provided. |
| InterfaceMessageReferenceElement | org.apache.woden.wsdl20.xml | This interface represents the <input> and <output>
child elements of interface operation. |
| InterfaceOperation | org.apache.woden.wsdl20 | No description provided. |
| InterfaceOperationElement | org.apache.woden.wsdl20.xml | This interface represents an <operation> child element
of the WSDL <interface> element. |
| InterfaceOperationExtensions | org.apache.woden.wsdl20.extensions | InterfaceOperationExtensions represents the WSDL 2.0
predefined extensions, as specified on Part 2: Adjuncts, for the Interface
Operation component. |
| IntOrTokenAttr | org.apache.woden.xml | This interface represents XML attribute information items of type
'Union of xs:int, xs:token', for example
the whttp:code extension attribute of binding <fault>. |
| NestedComponent | org.apache.woden.wsdl20 | Components which are nested within a 'top-level' component will extend
this interface. |
| NestedElement | org.apache.woden.wsdl20.xml | Elements which are nested within a 'top-level' WSDL element will
extend this interface. |
| Property | org.apache.woden.wsdl20 | No description provided. |
| PropertyElement | org.apache.woden.wsdl20.xml | Represents the <property> element and its child elements;
<documentation>,
<value> or <constraint> and
any extension elements. |
| QNameAttr | org.apache.woden.xml | This interface represents XML attribute information items of type xs:QName. |
| QNameListAttr | org.apache.woden.xml | This interface represents XML attribute information items of type
xs:list of QNames. |
| QNameListOrTokenAttr | org.apache.woden.xml | This interface represents XML attribute information items of type
'Union of list of xs:QName or xs:token', for example
the wsoap:subcodes extension attribute of binding <fault>. |
| QNameOrTokenAttr | org.apache.woden.xml | This interface represents XML attribute information items of type
'Union of xs:QName or xs:token', for example
the wsoap:code extension attribute of binding <fault>. |
| RPCInterfaceOperationExtensions | org.apache.woden.wsdl20.extensions.rpc | RPCInterfaceOperationExtensions represents the WSDL 2.0 predefined
RPC extensions, as specified on Part 2: Adjuncts, for the Interface Operation
component. |
| Schema | org.apache.woden.schema | This interface provides an abstract representation of an XML Schema referenced
within the WSDL <types> element. |
| Service | org.apache.woden.wsdl20 | No description provided. |
| ServiceElement | org.apache.woden.wsdl20.xml | This interface represents the <service> element. |
| SOAPBindingExtensions | org.apache.woden.wsdl20.extensions.soap | This interface represents the properties from the SOAP namespace
added to the WSDL 2.0 Binding component as part
of the SOAP binding extension. |
| SOAPBindingFaultExtensions | org.apache.woden.wsdl20.extensions.soap | This interface represents the properties from the SOAP namespace
added to the WSDL 2.0 BindingFault component as part
of the SOAP binding extension. |
| SOAPBindingFaultReferenceExtensions | org.apache.woden.wsdl20.extensions.soap | This interface represents the properties from the SOAP namespace
added to the WSDL 2.0 BindingFaultReference component as part
of the SOAP binding extension. |
| SOAPBindingMessageReferenceExtensions | org.apache.woden.wsdl20.extensions.soap | This interface represents the properties from the SOAP namespace
added to the WSDL 2.0 BindingMessageReference component as part
of the SOAP binding extension. |
| SOAPBindingOperationExtensions | org.apache.woden.wsdl20.extensions.soap | This interface represents the properties from the SOAP namespace
added to the WSDL 2.0 BindingOperation component as part
of the SOAP binding extension. |
| SOAPHeaderBlock | org.apache.woden.wsdl20.extensions.soap | This interface represents the SOAPHeaderBlock Component that can appear in the
optional {soap headers} property of the WSDL 2.0 components BindingFault
and BindingMessageReference. |
| SOAPHeaderBlockElement | org.apache.woden.wsdl20.extensions.soap | This interface represents the <wsoap:header> extension element that
can appear within a Binding Fault or Binding Message Reference. |
| SOAPModule | org.apache.woden.wsdl20.extensions.soap | This interface represents the SOAPModule Component that can appear in the
optional {soap modules} property of the WSDL 2.0 components Binding, BindingFault,
BindingOperation, BindingFaultReference or BindingMessageReference. |
| SOAPModuleElement | org.apache.woden.wsdl20.extensions.soap | This interface represents the <wsoap:module> extension element that
can appear within a Binding, Binding Fault, Binding Operation, Binding
Fault Reference or Binding Message Reference. |
| StringAttr | org.apache.woden.xml | This interface represents XML attribute information items of type xs:string. |
| TokenAttr | org.apache.woden.xml | This interface represents XML attribute information items of type xs:token. |
| TypeDefinition | org.apache.woden.wsdl20 | This interface represents the TypeDefinition component described
in the WSDL 2.0 Component Model specification (within the Description
Component section). |
| TypesElement | org.apache.woden.wsdl20.xml | This interface represents the <wsdl:types> element. |
| URIAttr | org.apache.woden.xml | This interface represents XML attribute information items of type xs:anyURI. |
| WSDLComponent | org.apache.woden.wsdl20 | All components directly or indirectly extend this interface, so it provides
a common term of reference for all components. |
| WSDLElement | org.apache.woden.wsdl20.xml | All WSDL 2.0 element interfaces will directly or indirectly extend this interface,
so it provides a common type for all such elements. |
| WSDLReader | org.apache.woden | This interface declares the WSDL reader API for parsing WSDL documents. |
| WSDLSource | org.apache.woden | This interface represents WSDL source in a format to be interpreted by the
WSDLReader implementation. |
| XMLAttr | org.apache.woden.xml | This interface represents an XML attribute information item. |