org.apache.woden.wsdl20.extensions.soap
Interface SOAPModuleElement
- All Superinterfaces:
- AttributeExtensible, ElementExtensible, ExtensionElement
- All Known Implementing Classes:
- SOAPModuleImpl
- public interface SOAPModuleElement
- extends ExtensionElement, AttributeExtensible, ElementExtensible
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.
- Author:
- jkaputin@apache.org
setRef
public void setRef(java.net.URI uri)
getRef
public java.net.URI getRef()
setParentElement
public void setParentElement(WSDLElement wsdlEl)
getParentElement
public WSDLElement getParentElement()
addDocumentationElement
public void addDocumentationElement(DocumentationElement docEl)
getDocumentationElements
public DocumentationElement[] getDocumentationElements()
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.