Modifier and Type | Method and Description |
---|---|
ComponentExtensionContext |
WSDLComponent.getComponentExtensionContext(URI extNamespace)
Returns the ComponentExtensionContext object that provides access to this WSDL component's
extension properties from the specified namespace.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InterfaceOperationExtensions
InterfaceOperationExtensions represents the WSDL 2.0
predefined extensions, as specified by WSDL 2.0 Part 2: Adjuncts, for the Interface
Operation component. |
Modifier and Type | Class and Description |
---|---|
class |
BaseComponentExtensionContext
This abstract class partially implements the ComponentExtensionContext interface.
|
Modifier and Type | Field and Description |
---|---|
protected Map<Class,Map<URI,Class<ComponentExtensionContext>>> |
ExtensionRegistry.compExtReg |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Class<ComponentExtensionContext> |
ExtensionRegistry.queryComponentExtension(Class parentClass,
URI extNamespace)
Return the Java class that represents the extensions from the specified
namespace that extend the specified WSDL component class.
|
Modifier and Type | Interface and Description |
---|---|
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. |
Modifier and Type | Interface and Description |
---|---|
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. |
Modifier and Type | Interface and Description |
---|---|
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 ? Apache Software Foundation. All Rights Reserved.