Interface | Description |
---|---|
AttributeExtensible |
This interface represents elements that may contain extension attributes.
|
ComponentExtensionContext |
This interface defines a generic API for accessing the extension properties
from a particular extension namespace that are attached to a particular
WSDL 2.0 component.
|
ElementExtensible |
This interface represents elements that may contain extension elements.
|
ExtensionDeserializer |
This interface should be implemented by classes which deserialize
org.w3c.dom.Elements into extension-specific instances of ExtensionElement.
|
ExtensionElement |
This interface represents WSDL 2.0 extension elements.
|
ExtensionProperty |
Represents a WSDL 2.0 component extension property.
|
ExtensionRegistrar |
Registers Woden extensions with an existing registry.
|
ExtensionSerializer |
This interface should be implemented by classes which serialize
extension-specific instances of ExtensibilityElement into the
PrintWriter.
|
InterfaceOperationExtensions |
InterfaceOperationExtensions represents the WSDL 2.0
predefined extensions, as specified by WSDL 2.0 Part 2: Adjuncts, for the Interface
Operation component. |
PropertyExtensible |
Defines behaviour for accessing the extension properties
attached to WSDL 2.0 components.
|
Class | Description |
---|---|
BaseComponentExtensionContext |
This abstract class partially implements the ComponentExtensionContext interface.
|
ExtensionRegistry |
This class is used to associate serializers, deserializers, and
Java implementation types with extension elements.
|
GenericExtensionProperty |
This class implements the ExtensionProperty interface to provide a
generic representation of a component extension property.
|
UnknownExtensionDeserializer |
This class is used to deserialize arbitrary elements into
UnknownExtensionElement instances.
|
UnknownExtensionElement |
This class is used to wrap arbitrary elements.
|
UnknownExtensionSerializer |
This class is used to serialize UnknownExtensionElement instances
into the PrintWriter.
|
WSDLExtensionConstants |
Copyright © 2005–2015 Apache Software Foundation. All rights reserved.