Uses of Interface
org.apache.woden.wsdl20.WSDLComponent

Packages that use WSDLComponent
org.apache.woden.internal.wsdl20   
org.apache.woden.internal.wsdl20.extensions   
org.apache.woden.internal.wsdl20.extensions.http   
org.apache.woden.internal.wsdl20.extensions.rpc   
org.apache.woden.internal.wsdl20.extensions.soap   
org.apache.woden.wsdl20   
org.apache.woden.wsdl20.extensions   
org.apache.woden.wsdl20.extensions.http   
org.apache.woden.wsdl20.extensions.soap   
 

Uses of WSDLComponent in org.apache.woden.internal.wsdl20
 

Classes in org.apache.woden.internal.wsdl20 that implement WSDLComponent
 class BindingFaultImpl
          This class represents the BindingFault component from the WSDL 2.0 Component Model and the <fault> child element of the WSDL <binding> element.
 class BindingFaultReferenceImpl
          This class represents the BindingFaultReference component of the WSDL 2.0 Component model and the <infault> or <outfault> child element of a WSDL binding <operation>.
 class BindingImpl
          This class represents the Binding component from the WSDL 2.0 Component Model and the WSDL <binding> element.
 class BindingMessageReferenceImpl
          This class represents the BindingMessageReference component of the WSDL 2.0 Component model and the <input> and <output> child elements of a WSDL binding <operation>.
 class BindingOperationImpl
          This class represents the BindingOperation component from the WSDL 2.0 Component Model and the <operation> child element of the WSDL <binding> element.
 class DescriptionImpl
          This class provides the implementation for a Description component from the WSDL Component Model, as described in the WSDL 2.0 specification.
 class EndpointImpl
          This class represents the Endpoint component and the <endpoint> element.
 class InterfaceFaultImpl
          This class represents the InterfaceFault component from the WSDL 2.0 Component Model and the <fault> child element of the <interface> element.
 class InterfaceFaultReferenceImpl
          This class represents the InterfaceFaultReference component of the WSDL 2.0 Component model and the <infault> and <outfault> child elements of an interface <operation>.
 class InterfaceImpl
          This class represents the Interface component from the WSDL 2.0 Component Model and <interface> element.
 class InterfaceMessageReferenceImpl
          This class represents the <input> and <output> child elements of interface operation.
 class InterfaceOperationImpl
          This class represents the InterfaceOperation component from the WSDL 2.0 Component Model and the <operation> child element of the <interface> element.
 class NestedImpl
          This abstract superclass implements support for accessing or setting the 'parent' of a nested WSDL component.
 class ServiceImpl
          This class represents the Service component and the <service> element.
 class WSDLComponentImpl
          All classes implementing the WSDL 2.0 Component and Element model interfaces directly or indirectly extend this abstract class.
 

Methods in org.apache.woden.internal.wsdl20 that return WSDLComponent
 WSDLComponent NestedImpl.getParent()
           
 

Methods in org.apache.woden.internal.wsdl20 with parameters of type WSDLComponent
protected  boolean WSDLComponentImpl.containsComponent(WSDLComponent comp, java.util.List components)
           
 boolean WSDLComponentImpl.equals(WSDLComponent comp)
           
 boolean InterfaceImpl.equals(WSDLComponent comp)
           
 

Uses of WSDLComponent in org.apache.woden.internal.wsdl20.extensions
 

Constructors in org.apache.woden.internal.wsdl20.extensions with parameters of type WSDLComponent
InterfaceOperationExtensionsImpl(WSDLComponent parent, java.net.URI extNamespace, ErrorReporter errReporter)
           
 

Uses of WSDLComponent in org.apache.woden.internal.wsdl20.extensions.http
 

Methods in org.apache.woden.internal.wsdl20.extensions.http that return WSDLComponent
 WSDLComponent HTTPHeaderImpl.getParent()
           
 

Constructors in org.apache.woden.internal.wsdl20.extensions.http with parameters of type WSDLComponent
HTTPBindingExtensionsImpl(WSDLComponent parent, java.net.URI extNamespace, ErrorReporter errReporter)
           
HTTPBindingFaultExtensionsImpl(WSDLComponent parent, java.net.URI extNamespace, ErrorReporter errReporter)
           
HTTPBindingMessageReferenceExtensionsImpl(WSDLComponent parent, java.net.URI extNamespace, ErrorReporter errReporter)
           
HTTPBindingOperationExtensionsImpl(WSDLComponent parent, java.net.URI extNamespace, ErrorReporter errReporter)
           
HTTPEndpointExtensionsImpl(WSDLComponent parent, java.net.URI extNamespace, ErrorReporter errReporter)
           
 

Uses of WSDLComponent in org.apache.woden.internal.wsdl20.extensions.rpc
 

Constructors in org.apache.woden.internal.wsdl20.extensions.rpc with parameters of type WSDLComponent
RPCInterfaceOperationExtensionsImpl(WSDLComponent parent, java.net.URI extNamespace, ErrorReporter errReporter)
           
 

Uses of WSDLComponent in org.apache.woden.internal.wsdl20.extensions.soap
 

Methods in org.apache.woden.internal.wsdl20.extensions.soap that return WSDLComponent
 WSDLComponent SOAPModuleImpl.getParent()
           
 WSDLComponent SOAPHeaderBlockImpl.getParent()
           
 

Constructors in org.apache.woden.internal.wsdl20.extensions.soap with parameters of type WSDLComponent
SOAPBindingExtensionsImpl(WSDLComponent parent, java.net.URI extNamespace, ErrorReporter errReporter)
           
SOAPBindingFaultExtensionsImpl(WSDLComponent parent, java.net.URI extNamespace, ErrorReporter errReporter)
           
SOAPBindingFaultReferenceExtensionsImpl(WSDLComponent parent, java.net.URI extNamespace, ErrorReporter errReporter)
           
SOAPBindingMessageReferenceExtensionsImpl(WSDLComponent parent, java.net.URI extNamespace, ErrorReporter errReporter)
           
SOAPBindingOperationExtensionsImpl(WSDLComponent parent, java.net.URI extNamespace, ErrorReporter errReporter)
           
SOAPEndpointExtensionsImpl(WSDLComponent parent, java.net.URI extNamespace, ErrorReporter errReporter)
           
 

Uses of WSDLComponent in org.apache.woden.wsdl20
 

Subinterfaces of WSDLComponent in org.apache.woden.wsdl20
 interface Binding
          Represents the Binding component from the WSDL 2.0 Component model.
 interface BindingFault
          Represents the BindingFault component from the WSDL 2.0 Component model.
 interface BindingFaultReference
          Represents the BindingFaultReference component from the WSDL 2.0 Component model.
 interface BindingMessageReference
          Represents the BindingMessageReference component from the WSDL 2.0 Component model
 interface BindingOperation
          Represents the BindingOperation component from the WSDL 2.0 Component model.
 interface Description
          Represents the Description component from the WSDL 2.0 Component model, as described in the W3C WSDL 2.0 specification.
 interface Endpoint
          Represents the Endpoint component from the WSDL 2.0 Component model.
 interface Interface
          Represents the Interface component from the WSDL 2.0 Component model.
 interface InterfaceFault
          Represents the InterfaceFault component from the WSDL 2.0 Component model.
 interface InterfaceFaultReference
          Represents the InterfaceFaultReference component from the WSDL 2.0 Component model.
 interface InterfaceMessageReference
          Represents the InterfaceMessageReference component from the WSDL 2.0 Component model.
 interface InterfaceOperation
          Represents the InterfaceMessageReference component from the WSDL 2.0 Component model.
 interface NestedComponent
          Represents a super-type of all WSDL Components which are 'nested' directly or indirectly within the 'top-level' WSDL components; Interface, Binding and Service.
 interface Service
          Represents the Service component from the WSDL 2.0 Component model.
 

Methods in org.apache.woden.wsdl20 that return WSDLComponent
 WSDLComponent NestedComponent.getParent()
          Returns a WSDLComponent representing the parent of this nested component.
 

Methods in org.apache.woden.wsdl20 with parameters of type WSDLComponent
 boolean WSDLComponent.equals(WSDLComponent comp)
          Tests whether this component is logically equivalent the specified component.
 

Uses of WSDLComponent in org.apache.woden.wsdl20.extensions
 

Methods in org.apache.woden.wsdl20.extensions that return WSDLComponent
 WSDLComponent ComponentExtensionContext.getParent()
           
 WSDLComponent BaseComponentExtensionContext.getParent()
           
 

Methods in org.apache.woden.wsdl20.extensions with parameters of type WSDLComponent
 ComponentExtensionContext ExtensionRegistry.createComponentExtension(java.lang.Class parentClass, WSDLComponent parentComp, java.net.URI extNamespace)
          Return a ComponentExtensionContext object from the Java class registered for the specified extension namespace against the specified WSDL component class.
 

Constructors in org.apache.woden.wsdl20.extensions with parameters of type WSDLComponent
BaseComponentExtensionContext(WSDLComponent parent, java.net.URI extNamespace, ErrorReporter errorReporter)
          Constructor accepts the parent component, the extension namespace and an error reporter.
 

Uses of WSDLComponent in org.apache.woden.wsdl20.extensions.http
 

Methods in org.apache.woden.wsdl20.extensions.http that return WSDLComponent
 WSDLComponent HTTPHeader.getParent()
           
 

Uses of WSDLComponent in org.apache.woden.wsdl20.extensions.soap
 

Methods in org.apache.woden.wsdl20.extensions.soap that return WSDLComponent
 WSDLComponent SOAPModule.getParent()
           
 WSDLComponent SOAPHeaderBlock.getParent()
           
 



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.