org.apache.woden.wsdl20.xml
Interface NestedElement
- All Superinterfaces:
- AttributeExtensible, ElementExtensible, WSDLElement
- All Known Subinterfaces:
- BindingElement, BindingFaultElement, BindingFaultReferenceElement, BindingMessageReferenceElement, BindingOperationElement, EndpointElement, InterfaceElement, InterfaceFaultElement, InterfaceFaultReferenceElement, InterfaceMessageReferenceElement, InterfaceOperationElement, ServiceElement, TypesElement
- All Known Implementing Classes:
- BindingFaultImpl, BindingFaultReferenceImpl, BindingImpl, BindingMessageReferenceImpl, BindingOperationImpl, EndpointImpl, 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)
setParentElement
public void setParentElement(WSDLElement parent)
getParentElement
public WSDLElement getParentElement()
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.