Modifier and Type | Method and Description |
---|---|
protected ExtensionElement |
BaseWSDLReader.parseExtensionElement(Class parentType,
WSDLElement parent,
XMLElement el,
DescriptionElement desc) |
Modifier and Type | Method and Description |
---|---|
protected void |
OMWSDLWriter.printExtensibilityElements(Class parentType,
ExtensionElement[] extensibilityElements,
DescriptionElement def,
PrintWriter pw)
Serialize the ExtensibilityElements of the WSDL element model.
|
protected void |
DOMWSDLWriter.printExtensibilityElements(Class parentType,
ExtensionElement[] extensibilityElements,
DescriptionElement def,
PrintWriter pw)
Serialize the ExtensibilityElements of the WSDL element model.
|
Modifier and Type | Method and Description |
---|---|
ExtensionElement[] |
WSDLElementImpl.getExtensionElements() |
ExtensionElement[] |
WSDLElementImpl.getExtensionElementsOfType(QName elemType) |
Modifier and Type | Method and Description |
---|---|
void |
WSDLElementImpl.addExtensionElement(ExtensionElement extEl) |
void |
WSDLElementImpl.removeExtensionElement(ExtensionElement extEl) |
Modifier and Type | Class and Description |
---|---|
class |
ExtensionElementImpl
Common code for extension elements.
|
Modifier and Type | Method and Description |
---|---|
ExtensionElement[] |
ElementExtensibleImpl.getExtensionElements() |
ExtensionElement[] |
ElementExtensibleImpl.getExtensionElementsOfType(QName extType) |
Modifier and Type | Method and Description |
---|---|
void |
ElementExtensibleImpl.addExtensionElement(ExtensionElement extEl) |
void |
ElementExtensibleImpl.removeExtensionElement(ExtensionElement extEl) |
Modifier and Type | Class and Description |
---|---|
class |
HTTPHeaderImpl
This class represents the HTTPHeader Component and the <whttp:header>
extension element that can appear within a Binding Fault or Binding Message
Reference.
|
Modifier and Type | Method and Description |
---|---|
ExtensionElement[] |
HTTPHeaderImpl.getExtensionElements() |
ExtensionElement[] |
HTTPHeaderImpl.getExtensionElementsOfType(QName extType) |
ExtensionElement |
HTTPHeaderDeserializer.unmarshall(Class parentType,
Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg) |
Modifier and Type | Method and Description |
---|---|
void |
HTTPHeaderImpl.addExtensionElement(ExtensionElement extEl) |
void |
HTTPHeaderImpl.removeExtensionElement(ExtensionElement extEl) |
Modifier and Type | Class and Description |
---|---|
class |
SOAPHeaderBlockImpl
This class represents the SOAPHeaderBlock Component and the <wsoap:header>
extension element that can appear within a Binding Fault or Binding Message
Reference.
|
class |
SOAPModuleImpl
This class represents the SOAPModule Component and the <wsoap:module>
extension element that can appear within a Binding, Binding Fault,
Binding Operation, Binding Fault Reference or Binding Message Reference.
|
Modifier and Type | Method and Description |
---|---|
ExtensionElement[] |
SOAPHeaderBlockImpl.getExtensionElements() |
ExtensionElement[] |
SOAPModuleImpl.getExtensionElements() |
ExtensionElement[] |
SOAPHeaderBlockImpl.getExtensionElementsOfType(QName extType) |
ExtensionElement[] |
SOAPModuleImpl.getExtensionElementsOfType(QName extType) |
ExtensionElement |
SOAPHeaderBlockDeserializer.unmarshall(Class parentType,
Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg) |
ExtensionElement |
SOAPModuleDeserializer.unmarshall(Class parentType,
Object parent,
QName elementType,
XMLElement el,
DescriptionElement desc,
ExtensionRegistry extReg) |
Modifier and Type | Method and Description |
---|---|
void |
SOAPHeaderBlockImpl.addExtensionElement(ExtensionElement extEl) |
void |
SOAPModuleImpl.addExtensionElement(ExtensionElement extEl) |
void |
SOAPHeaderBlockImpl.removeExtensionElement(ExtensionElement extEl) |
void |
SOAPModuleImpl.removeExtensionElement(ExtensionElement extEl) |
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 |
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.
|
ExtensionElement |
UnknownExtensionDeserializer.unmarshall(Class parentType,
Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg) |
Modifier and Type | Method and Description |
---|---|
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) |
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 © 2005–2016 Apache Software Foundation. All rights reserved.