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

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

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

Methods in org.apache.woden.wsdl20.extensions.http that return DocumentationElement
 DocumentationElement[] HTTPHeaderElement.getDocumentationElements()
           
 

Methods in org.apache.woden.wsdl20.extensions.http with parameters of type DocumentationElement
 void HTTPHeaderElement.addDocumentationElement(DocumentationElement docEl)
           
 

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

Methods in org.apache.woden.wsdl20.extensions.soap that return DocumentationElement
 DocumentationElement[] SOAPHeaderBlockElement.getDocumentationElements()
           
 DocumentationElement[] SOAPModuleElement.getDocumentationElements()
           
 

Methods in org.apache.woden.wsdl20.extensions.soap with parameters of type DocumentationElement
 void SOAPHeaderBlockElement.addDocumentationElement(DocumentationElement docEl)
           
 void SOAPModuleElement.addDocumentationElement(DocumentationElement docEl)
           
 

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

Methods in org.apache.woden.wsdl20.xml that return DocumentationElement
 DocumentationElement DocumentableElement.addDocumentationElement()
          Create a DocumentationElement with this WSDLElement as its parent and return a reference to it.
 DocumentationElement[] DocumentableElement.getDocumentationElements()
          Return the set of DocumentationElements defined directly within this WSDLElement.
 



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