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

Packages that use WSDLElement
org.apache.woden.wsdl20.extensions.http   
org.apache.woden.wsdl20.extensions.soap   
org.apache.woden.wsdl20.xml   
 

Uses of WSDLElement in org.apache.woden.wsdl20.extensions.http
 

Methods in org.apache.woden.wsdl20.extensions.http that return WSDLElement
 WSDLElement HTTPHeaderElement.getParentElement()
           
 

Methods in org.apache.woden.wsdl20.extensions.http with parameters of type WSDLElement
 void HTTPHeaderElement.setParentElement(WSDLElement wsdlEl)
           
 

Uses of WSDLElement in org.apache.woden.wsdl20.extensions.soap
 

Methods in org.apache.woden.wsdl20.extensions.soap that return WSDLElement
 WSDLElement SOAPHeaderBlockElement.getParentElement()
           
 WSDLElement SOAPModuleElement.getParentElement()
           
 

Methods in org.apache.woden.wsdl20.extensions.soap with parameters of type WSDLElement
 void SOAPHeaderBlockElement.setParentElement(WSDLElement wsdlEl)
           
 void SOAPModuleElement.setParentElement(WSDLElement wsdlEl)
           
 

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

Subinterfaces of WSDLElement 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 DocumentableElement
          Represents WSDL 2.0 elements that can have <documentation> child elements.
 interface DocumentationElement
           
 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 NestedElement
          Represents the WSDL 2.0 elements that are nested within the <description> element.
 interface ServiceElement
          Represents the WSDL 2.0 <service> element.
 interface TypesElement
          Represents the WSDL 2.0 <types> element.
 

Methods in org.apache.woden.wsdl20.xml that return WSDLElement
 WSDLElement NestedElement.getParentElement()
           
 



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