Package org.apache.woden.wsdl20.extensions
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
AttributeExtensible This interface represents elements that may contain extension attributes.
ComponentExtensions This interface represents a group of properties that extend a WSDLComponent.
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.
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 on Part 2: Adjuncts, for the Interface Operation component.
Classes
ExtensionRegistry This class is used to associate serializers, deserializers, and Java implementation types with extension elements.
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.