| BindingElement |
This interface represents a WSDL <binding> element. |
| BindingFaultElement |
This interface represents the <fault> child element of a <binding> element. |
| BindingFaultReferenceElement |
This interface represents the <infault> and <outfault>
child elements of a WSDL binding <operation> element. |
| BindingMessageReferenceElement |
This interface represents the <input> and <output>
child elements of a WSDL binding <operation>. |
| BindingOperationElement |
This interface represents the <operation> child element of a
WSDL <binding> element. |
| ConfigurableElement |
Interfaces for elements which can have <feature> and <property>
child elements will extend this interface. |
| DescriptionElement |
This interface represents a <wsdl:description> element. |
| DocumentableElement |
Interfaces for WSDL 2.0 elements which may have <documentation>
child elements will extend this interface. |
| DocumentationElement |
This interface represents the WSDL 2.0 <wsdl:documentation> XML element. |
| EndpointElement |
This interface represents an <endpoint> element
information item, a child element of WSDL <service>. |
| FeatureElement |
Represents the <feature> element. |
| ImportElement |
This interface represents a <import> XML element
information item. |
| IncludeElement |
This interface represents a <include> XML element
information item. |
| InterfaceElement |
This interface represents a <interface> XML element
information item. |
| InterfaceFaultElement |
This interface represents a <fault> child element of the
WSDL <interface> element. |
| InterfaceFaultReferenceElement |
This interface represents the <infault> and <outfault>
child elements of a WSDL interface <operation> element. |
| InterfaceMessageReferenceElement |
This interface represents the <input> and <output>
child elements of interface operation. |
| InterfaceOperationElement |
This interface represents an <operation> child element
of the WSDL <interface> element. |
| NestedElement |
Elements which are nested within a 'top-level' WSDL element will
extend this interface. |
| PropertyElement |
Represents the <property> element and its child elements;
<documentation>,
<value> or <constraint> and
any extension elements. |
| ServiceElement |
This interface represents the <service> element. |
| TypesElement |
This interface represents the <wsdl:types> element. |
| WSDLElement |
All WSDL 2.0 element interfaces will directly or indirectly extend this interface,
so it provides a common type for all such elements. |