Package | Description |
---|---|
org.apache.woden | |
org.apache.woden.wsdl20.extensions |
Modifier and Type | Method and Description |
---|---|
ExtensionRegistry |
WSDLReader.getExtensionRegistry() |
abstract ExtensionRegistry |
WSDLFactory.newPopulatedExtensionRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
WSDLReader.setExtensionRegistry(ExtensionRegistry extReg)
Set the extension registry to the specified registry reference.
|
Modifier and Type | Method and Description |
---|---|
void |
UnknownExtensionSerializer.marshall(Class parentType,
QName elementType,
ExtensionElement extension,
PrintWriter pw,
DescriptionElement desc,
ExtensionRegistry extReg) |
void |
ExtensionSerializer.marshall(Class parentType,
QName elementType,
ExtensionElement extension,
PrintWriter pw,
DescriptionElement desc,
ExtensionRegistry extReg)
This method serializes extension-specific instances of
ExtensibilityElement into the PrintWriter.
|
void |
ExtensionRegistrar.registerExtensions(ExtensionRegistry registry)
Registers Woden extensions with an existing registry.
|
ExtensionElement |
UnknownExtensionDeserializer.unmarshall(Class parentType,
Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg) |
ExtensionElement |
ExtensionDeserializer.unmarshall(Class parentType,
Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg)
This method deserializes elements into instances of classes
which implement the ExtensionElement interface.
|
Copyright ? Apache Software Foundation. All Rights Reserved.