|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExtensionElement | |
---|---|
org.apache.woden.wsdl20.extensions | |
org.apache.woden.wsdl20.extensions.http | |
org.apache.woden.wsdl20.extensions.soap |
Uses of ExtensionElement in org.apache.woden.wsdl20.extensions |
---|
Classes in org.apache.woden.wsdl20.extensions that implement ExtensionElement | |
---|---|
class |
UnknownExtensionElement
This class is used to wrap arbitrary elements. |
Methods in org.apache.woden.wsdl20.extensions that return ExtensionElement | |
---|---|
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. |
Methods in org.apache.woden.wsdl20.extensions with parameters of type ExtensionElement | |
---|---|
void |
ElementExtensible.addExtensionElement(ExtensionElement extEl)
|
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 |
UnknownExtensionSerializer.marshall(Class parentType,
QName elementType,
ExtensionElement extension,
PrintWriter pw,
DescriptionElement desc,
ExtensionRegistry extReg)
|
void |
ElementExtensible.removeExtensionElement(ExtensionElement extEl)
|
Uses of ExtensionElement in org.apache.woden.wsdl20.extensions.http |
---|
Subinterfaces of ExtensionElement in org.apache.woden.wsdl20.extensions.http | |
---|---|
interface |
HTTPHeaderElement
This interface represents the <whttp:header> extension element that can appear within a Binding Fault or Binding Message Reference. |
Uses of ExtensionElement in org.apache.woden.wsdl20.extensions.soap |
---|
Subinterfaces of ExtensionElement in org.apache.woden.wsdl20.extensions.soap | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |