org.apache.woden.wsdl20.xml
Interface NestedElement
- All Superinterfaces:
- AttributeExtensible, ElementExtensible, WSDLElement
- All Known Subinterfaces:
- BindingElement, BindingFaultElement, BindingFaultReferenceElement, BindingMessageReferenceElement, BindingOperationElement, DocumentationElement, EndpointElement, ImportElement, IncludeElement, InterfaceElement, InterfaceFaultElement, InterfaceFaultReferenceElement, InterfaceMessageReferenceElement, InterfaceOperationElement, ServiceElement, TypesElement
- public interface NestedElement
- extends WSDLElement
Represents the WSDL 2.0 elements that are nested within the <description>
element. That is, all WSDL 2.0 elements except <description> itself.
The Java interfaces that represent these WSDL elements will extend this
interface to inherit behaviour for specifying and accessing their parent
WSDLElement.
TODO make DocumentationElement, ImportElement and IncludeElement subtypes of NestedElement
- Author:
- John Kaputin (jkaputin@apache.org)
getParentElement
public WSDLElement getParentElement()