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
void setRef(java.net.URI uri)
getRef
java.net.URI getRef()
setParentElement
void setParentElement(WSDLElement wsdlEl)
getParentElement
WSDLElement getParentElement()
addDocumentationElement
void addDocumentationElement(DocumentationElement docEl)
getDocumentationElements
DocumentationElement[] getDocumentationElements()
Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.