Modifier and Type | Method and Description |
---|---|
protected DocumentationElement |
BaseWSDLReader.parseDocumentation(XMLElement docEl,
DescriptionElement desc,
DocumentableElement parent) |
Modifier and Type | Method and Description |
---|---|
protected void |
OMWSDLWriter.printDocumentation(DocumentationElement[] docEles,
DescriptionElement def,
PrintWriter pw)
Serialize the DocumentationElements of the WSDL element model.
|
protected void |
DOMWSDLWriter.printDocumentation(DocumentationElement[] docEles,
DescriptionElement def,
PrintWriter pw)
Serialize the DocumentationElements of the WSDL element model.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentationImpl
This class implements support for parsing, creating and manipulating a
WSDL 2.0 <wsdl:documentation> XML element.
|
Modifier and Type | Method and Description |
---|---|
DocumentationElement |
DocumentableImpl.addDocumentationElement() |
DocumentationElement[] |
WSDLReferenceImpl.getDocumentationElements() |
DocumentationElement[] |
DocumentableImpl.getDocumentationElements() |
Modifier and Type | Method and Description |
---|---|
void |
WSDLReferenceImpl.addDocumentationElement(DocumentationElement docEl) |
Modifier and Type | Method and Description |
---|---|
DocumentationElement[] |
HTTPHeaderImpl.getDocumentationElements() |
Modifier and Type | Method and Description |
---|---|
void |
HTTPHeaderImpl.addDocumentationElement(DocumentationElement docEl) |
Modifier and Type | Method and Description |
---|---|
DocumentationElement[] |
SOAPHeaderBlockImpl.getDocumentationElements() |
DocumentationElement[] |
SOAPModuleImpl.getDocumentationElements() |
Modifier and Type | Method and Description |
---|---|
void |
SOAPHeaderBlockImpl.addDocumentationElement(DocumentationElement docEl) |
void |
SOAPModuleImpl.addDocumentationElement(DocumentationElement docEl) |
Modifier and Type | Method and Description |
---|---|
DocumentationElement[] |
HTTPHeaderElement.getDocumentationElements() |
Modifier and Type | Method and Description |
---|---|
void |
HTTPHeaderElement.addDocumentationElement(DocumentationElement docEl) |
Modifier and Type | Method and Description |
---|---|
DocumentationElement[] |
SOAPHeaderBlockElement.getDocumentationElements() |
DocumentationElement[] |
SOAPModuleElement.getDocumentationElements() |
Modifier and Type | Method and Description |
---|---|
void |
SOAPHeaderBlockElement.addDocumentationElement(DocumentationElement docEl) |
void |
SOAPModuleElement.addDocumentationElement(DocumentationElement docEl) |
Modifier and Type | Method and Description |
---|---|
DocumentationElement |
DocumentableElement.addDocumentationElement()
Create a DocumentationElement with this WSDLElement as its parent and
return a reference to it.
|
DocumentationElement[] |
DocumentableElement.getDocumentationElements()
Return the set of DocumentationElements defined directly within this WSDLElement.
|
Copyright © 2005–2014 Apache Software Foundation. All rights reserved.