org.apache.woden.wsdl20
Interface NestedComponent
- All Superinterfaces:
- WSDLComponent
- All Known Subinterfaces:
- BindingFault, BindingFaultReference, BindingMessageReference, BindingOperation, Endpoint, InterfaceFault, InterfaceFaultReference, InterfaceMessageReference, InterfaceOperation
- All Known Implementing Classes:
- BindingFaultImpl, BindingFaultReferenceImpl, BindingMessageReferenceImpl, BindingOperationImpl, EndpointImpl, InterfaceFaultImpl, InterfaceFaultReferenceImpl, InterfaceMessageReferenceImpl, InterfaceOperationImpl, NestedImpl
- public interface NestedComponent
- extends WSDLComponent
Represents a super-type of all WSDL Components which are 'nested' directly
or indirectly within the 'top-level' WSDL components; Interface, Binding
and Service.
This interface defines behaviour for retrieving the parent WSDL component.
The nested WSDL components are:
- InterfaceFault
- InterfaceOperation
- InterfaceFaultReference
- InterfaceMessageReference
- BindingFault
- BindingOperation
- BindingFaultReference
- BindingMessageReference
- Endpoint
- Author:
- John Kaputin (jkaputin@apache.org)
Method Summary |
WSDLComponent |
getParent()
Returns a WSDLComponent representing the parent of this nested component. |
getParent
public WSDLComponent getParent()
- Returns a WSDLComponent representing the parent of this nested component.
- Returns:
- the parent WSDLComponent
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.