Uses of Interface
org.apache.woden.wsdl20.xml.DocumentableElement

Packages that use DocumentableElement
org.apache.woden.wsdl20.xml   
 

Uses of DocumentableElement in org.apache.woden.wsdl20.xml
 

Subinterfaces of DocumentableElement in org.apache.woden.wsdl20.xml
 interface BindingElement
          Represents the WSDL 2.0 <binding> element.
 interface BindingFaultElement
          Represents the WSDL 2.0 <fault> element, declared as a child of the <binding> element.
 interface BindingFaultReferenceElement
          Represents the WSDL 2.0 <infault> and <outfault> elements, declared as child elements of the binding <operation> element.
 interface BindingMessageReferenceElement
          Represents the WSDL 2.0 <input> and <output> elements, declared as child elements of the binding <operation> element.
 interface BindingOperationElement
          Represents the WSDL 2.0 <operation> element, declared as a child of the <binding> element.
 interface DescriptionElement
          Represents the WSDL 2.0 <description> element.
 interface EndpointElement
          Represents the WSDL 2.0 <endpoint> element, declared as a child of the <service> element.
 interface ImportElement
          Represents the WSDL 2.0 <import> element.
 interface IncludeElement
          Represents the WSDL 2.0 <include> element.
 interface InterfaceElement
          Represents the WSDL 2.0 <interface> element.
 interface InterfaceFaultElement
          Represents the WSDL 2.0 <fault> element, declared as a child of the <interface> element.
 interface InterfaceFaultReferenceElement
          Represents the WSDL 2.0 <infault> and <outfault> elements, declared as child elements of the interface <operation> element.
 interface InterfaceMessageReferenceElement
          Represents the WSDL 2.0 <input> and <output> elements, declared as child elements of interface <operation> element.
 interface InterfaceOperationElement
          Represents the WSDL 2.0 <operation> element, declared as a child of the <interface> element.
 interface ServiceElement
          Represents the WSDL 2.0 <service> element.
 interface TypesElement
          Represents the WSDL 2.0 <types> element.
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.