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

Packages that use ComponentExtensionContext
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.wsdl20
 

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

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-2011 Apache Software Foundation. All Rights Reserved.