Package | Description |
---|---|
org.apache.woden.wsdl20.extensions | |
org.apache.woden.wsdl20.extensions.http | |
org.apache.woden.wsdl20.extensions.soap |
Modifier and Type | Class and Description |
---|---|
class |
UnknownExtensionElement
This class is used to wrap arbitrary elements.
|
Modifier and Type | Method and Description |
---|---|
ExtensionElement |
ExtensionRegistry.createExtElement(Class parentType,
QName elementType)
Create an instance of the type which was declared to be used to
represent extensibility elements with qnames matching elementQN,
when intended to exist as children of the specified parentType.
|
ExtensionElement[] |
ElementExtensible.getExtensionElements() |
ExtensionElement[] |
ElementExtensible.getExtensionElementsOfType(QName extType) |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ElementExtensible.addExtensionElement(ExtensionElement extEl) |
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 |
ElementExtensible.removeExtensionElement(ExtensionElement extEl) |
Modifier and Type | Interface and Description |
---|---|
interface |
HTTPHeaderElement
This interface represents the <whttp:header> extension element that
can appear within a Binding Fault or Binding Message Reference.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SOAPHeaderBlockElement
This interface represents the <wsoap:header> extension element that
can appear within a Binding Fault or Binding Message Reference.
|
interface |
SOAPModuleElement
This interface represents the <wsoap:module> extension element that
can appear within a Binding, Binding Fault, Binding Operation, Binding
Fault Reference or Binding Message Reference.
|
Copyright ? Apache Software Foundation. All Rights Reserved.