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

Packages that use WSDLComponent
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.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)
          Deprecated. Use isEquivalentTo(WSDLComponent)
 boolean WSDLComponent.isEquivalentTo(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 BaseComponentExtensionContext.getParent()
           
 WSDLComponent ComponentExtensionContext.getParent()
           
 

Methods in org.apache.woden.wsdl20.extensions with parameters of type WSDLComponent
 ComponentExtensionContext ExtensionRegistry.createComponentExtension(Class parentClass, WSDLComponent parentComp, 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, 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-2011 Apache Software Foundation. All Rights Reserved.