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
- All Known Implementing Classes:
- BindingFaultImpl, BindingFaultReferenceImpl, BindingImpl, BindingMessageReferenceImpl, BindingOperationImpl, DocumentationImpl, EndpointImpl, ImportImpl, IncludeImpl, InterfaceFaultImpl, InterfaceFaultReferenceImpl, InterfaceImpl, InterfaceMessageReferenceImpl, InterfaceOperationImpl, NestedImpl, ServiceImpl, TypesImpl
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
WSDLElement getParentElement()
Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.