Modifier and Type | Method and Description |
---|---|
ComponentExtensionContext |
WSDLComponentImpl.getComponentExtensionContext(URI extNamespace) |
Modifier and Type | Method and Description |
---|---|
void |
WSDLComponentImpl.setComponentExtensionContext(URI extNamespace,
ComponentExtensionContext compExtCtx) |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
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. |
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 © 2005–2019 Apache Software Foundation. All rights reserved.