Uses of Interface
org.apache.woden.wsdl20.extensions.ComponentExtensionContext

Packages that use ComponentExtensionContext
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.rpc   
org.apache.woden.wsdl20.extensions.soap   
 

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

Methods in org.apache.woden.internal.wsdl20 that return ComponentExtensionContext
 ComponentExtensionContext WSDLComponentImpl.getComponentExtensionContext(java.net.URI extNamespace)
           
 

Methods in org.apache.woden.internal.wsdl20 with parameters of type ComponentExtensionContext
 void WSDLComponentImpl.setComponentExtensionContext(java.net.URI extNamespace, ComponentExtensionContext compExtCtx)
           
 

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

Classes in org.apache.woden.internal.wsdl20.extensions that implement ComponentExtensionContext
 class InterfaceOperationExtensionsImpl
          This class defines the properties from the WSDL extensions namespace added to the WSDL Interface Operation component as part of the WSDL extension defined by the WSDL 2.0 spec.
 

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

Classes in org.apache.woden.internal.wsdl20.extensions.http that implement ComponentExtensionContext
 class HTTPBindingExtensionsImpl
          This class defines the properties from the HTTP namespace added to the WSDL Binding component as part of the HTTP binding extension defined by the WSDL 2.0 spec.
 class HTTPBindingFaultExtensionsImpl
          This class defines the properties from the HTTP namespace added to the WSDL BindingFault component as part of the HTTP binding extension defined by the WSDL 2.0 spec.
 class HTTPBindingMessageReferenceExtensionsImpl
          This class defines the properties from the HTTP namespace added to the WSDL BindingMessageReference component as part of the HTTP binding extension defined by the WSDL 2.0 spec.
 class HTTPBindingOperationExtensionsImpl
          This class defines the properties from the HTTP namespace added to the WSDL BindingOperation component as part of the HTTP binding extension defined by the WSDL 2.0 spec.
 class HTTPEndpointExtensionsImpl
          This class defines the properties from the HTTP namespace added to the WSDL Endpoint component as part of the HTTP binding extension defined by the WSDL 2.0 spec.
 

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

Classes in org.apache.woden.internal.wsdl20.extensions.rpc that implement ComponentExtensionContext
 class RPCInterfaceOperationExtensionsImpl
          This class defines the properties from the WSDL RPC extensions namespace added to the WSDL Interface Operation component as part of the WSDL RPC extension defined by the WSDL 2.0 spec.
 

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

Classes in org.apache.woden.internal.wsdl20.extensions.soap that implement ComponentExtensionContext
 class SOAPBindingExtensionsImpl
          This class defines the properties from the SOAP namespace added to the WSDL Binding component as part of the SOAP binding extension defined by the WSDL 2.0 spec.
 class SOAPBindingFaultExtensionsImpl
          This class defines the properties from the SOAP namespace added to the WSDL BindingFault component as part of the SOAP binding extension defined by the WSDL 2.0 spec.
 class SOAPBindingFaultReferenceExtensionsImpl
          This class defines the properties from the SOAP namespace added to the WSDL BindingFaultReference component as part of the SOAP binding extension defined by the WSDL 2.0 spec.
 class SOAPBindingMessageReferenceExtensionsImpl
          This class defines the properties from the SOAP namespace added to the WSDL BindingMessageReference component as part of the SOAP binding extension defined by the WSDL 2.0 spec.
 class SOAPBindingOperationExtensionsImpl
          This class defines the properties from the SOAP namespace added to the WSDL BindingOperation component as part of the SOAP binding extension defined by the WSDL 2.0 spec.
 class SOAPEndpointExtensionsImpl
          This interface represents the properties from the HTTP namespace added to the WSDL 2.0 Endpoint component when the binding type is SOAP and the underlying protocol is HTTP.
 

Uses of ComponentExtensionContext in org.apache.woden.wsdl20
 

Methods in org.apache.woden.wsdl20 that return ComponentExtensionContext
 ComponentExtensionContext WSDLComponent.getComponentExtensionContext(java.net.URI extNamespace)
          Returns the ComponentExtensionContext object that provides access to this WSDL component's extension properties from the specified namespace.
 

Methods in org.apache.woden.wsdl20 with parameters of type ComponentExtensionContext
 void WSDLComponent.setComponentExtensionContext(java.net.URI extNamespace, ComponentExtensionContext compExtCtx)
          Stores the ComponentExtensionContext object that provides access to this WSDL component's extension properties from the specified namespace.
 

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

Subinterfaces of ComponentExtensionContext in org.apache.woden.wsdl20.extensions
 interface InterfaceOperationExtensions
          InterfaceOperationExtensions represents the WSDL 2.0 predefined extensions, as specified by WSDL 2.0 Part 2: Adjuncts, for the Interface Operation component.
 

Classes in org.apache.woden.wsdl20.extensions that implement ComponentExtensionContext
 class BaseComponentExtensionContext
          This abstract class partially implements the ComponentExtensionContext interface.
 

Methods in org.apache.woden.wsdl20.extensions that return ComponentExtensionContext
 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.
 

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

Subinterfaces of ComponentExtensionContext in org.apache.woden.wsdl20.extensions.http
 interface HTTPBindingExtensions
          Provides access to the extension properties of the Binding component that are in the http://www.w3.org/ns/wsdl/http namespace.
 interface HTTPBindingFaultExtensions
          Provides access to the extension properties of the Binding Fault component that are in the http://www.w3.org/ns/wsdl/http namespace.
 interface HTTPBindingMessageReferenceExtensions
          Provides access to the extension properties of the Binding Message Reference component that are in the http://www.w3.org/ns/wsdl/http namespace.
 interface HTTPBindingOperationExtensions
          Provides access to the extension properties of the Binding Operation component that are in the http://www.w3.org/ns/wsdl/http namespace.
 interface HTTPEndpointExtensions
          Provides access to the extension properties of the Endpoint component that are in the http://www.w3.org/ns/wsdl/http namespace.
 

Uses of ComponentExtensionContext in org.apache.woden.wsdl20.extensions.rpc
 

Subinterfaces of ComponentExtensionContext in org.apache.woden.wsdl20.extensions.rpc
 interface RPCInterfaceOperationExtensions
          RPCInterfaceOperationExtensions represents the WSDL 2.0 predefined RPC extensions, as specified in the WSDL 2.0 Part 2: Adjuncts specification, for the Interface Operation component.
 

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

Subinterfaces of ComponentExtensionContext in org.apache.woden.wsdl20.extensions.soap
 interface SOAPBindingExtensions
          Provides access to the extension properties of the Binding component that are in the http://www.w3.org/ns/wsdl/soap namespace.
 interface SOAPBindingFaultExtensions
          Provides access to the extension properties of the Binding Fault component that are in the http://www.w3.org/ns/wsdl/soap namespace.
 interface SOAPBindingFaultReferenceExtensions
          Provides access to the extension properties of the Binding Fault Reference component that are in the http://www.w3.org/ns/wsdl/soap namespace.
 interface SOAPBindingMessageReferenceExtensions
          Provides access to the extension properties of the Binding Message Reference component that are in the http://www.w3.org/ns/wsdl/soap namespace.
 interface SOAPBindingOperationExtensions
          Provides access to the extension properties of the Binding Operation component that are in the http://www.w3.org/ns/wsdl/soap namespace.
 interface SOAPEndpointExtensions
          There are no WSDL 2.0 SOAP extension properties (from the namespace http://www.w3.org/ns/wsdl/soap) attached to the Endpoint component.
 



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