Package | Description |
---|---|
org.apache.woden.internal.wsdl20.extensions.http | |
org.apache.woden.internal.wsdl20.extensions.soap | |
org.apache.woden.wsdl20.extensions |
Modifier and Type | Class and Description |
---|---|
class |
HTTPHeaderDeserializer
Deserializes the <whttp:header> extension element into a HTTPHeaderElement.
|
Modifier and Type | Class and Description |
---|---|
class |
SOAPHeaderBlockDeserializer
Deserializes the <wsoap:header> extension element into a SOAPHeaderBlockElement.
|
class |
SOAPModuleDeserializer
Deserializes the <wsoap:module> extension element into a SOAPModuleElement.
|
Modifier and Type | Class and Description |
---|---|
class |
UnknownExtensionDeserializer
This class is used to deserialize arbitrary elements into
UnknownExtensionElement instances.
|
Modifier and Type | Field and Description |
---|---|
protected ExtensionDeserializer |
ExtensionRegistry.defaultDeser |
Modifier and Type | Method and Description |
---|---|
ExtensionDeserializer |
ExtensionRegistry.getDefaultDeserializer()
Get the deserializer to be used when none is found for an encountered
element.
|
ExtensionDeserializer |
ExtensionRegistry.queryDeserializer(Class parentType,
QName elementType)
Look up the deserializer for the extensibility element with the
qname elementQN, which was encountered as an immediate child
of the element represented by the specified parentType.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtensionRegistry.registerDeserializer(Class parentType,
QName elementType,
ExtensionDeserializer ed)
Declare that the specified deserializer should be used to deserialize
all extensibility elements with a qname matching elementQN, when
encountered as immediate children of the element represented by the
specified parentType.
|
void |
ExtensionRegistry.setDefaultDeserializer(ExtensionDeserializer defaultDeser)
Set the deserializer to be used when none is found for an encountered
element.
|
Copyright © 2005–2017 Apache Software Foundation. All rights reserved.