Package | Description |
---|---|
org.apache.woden.wsdl20.extensions |
Modifier and Type | Class and Description |
---|---|
class |
UnknownExtensionSerializer
This class is used to serialize UnknownExtensionElement instances
into the PrintWriter.
|
Modifier and Type | Field and Description |
---|---|
protected ExtensionSerializer |
ExtensionRegistry.defaultSer |
Modifier and Type | Field and Description |
---|---|
protected Map<Class,Map<QName,ExtensionSerializer>> |
ExtensionRegistry.serializerReg |
Modifier and Type | Method and Description |
---|---|
ExtensionSerializer |
ExtensionRegistry.getDefaultSerializer()
Get the serializer to be used when none is found for an extensibility
element.
|
ExtensionSerializer |
ExtensionRegistry.querySerializer(Class parentType,
QName elementType)
Look up the serializer to use for the extensibility element with
the qname elementQN, which was encountered as a child of the
specified parentType.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtensionRegistry.registerSerializer(Class parentType,
QName elementType,
ExtensionSerializer es)
Declare that the specified serializer should be used to serialize
all extensibility elements with a qname matching elementQN, when
encountered as children of the specified parentType.
|
void |
ExtensionRegistry.setDefaultSerializer(ExtensionSerializer defaultSer)
Set the serializer to be used when none is found for an extensibility
element.
|
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.