Modifier and Type | Method and Description |
---|---|
protected void |
OMWSDLWriter.printTypes(TypesElement types,
DescriptionElement des,
PrintWriter pw)
Serialize the TypesElements of the WSDL element model.
|
protected void |
DOMWSDLWriter.printTypes(TypesElement types,
DescriptionElement des,
PrintWriter pw)
Serialize the TypesElements of the WSDL element model.
|
Modifier and Type | Class and Description |
---|---|
class |
TypesImpl
This class represents the WSDL <types> element.
|
Modifier and Type | Method and Description |
---|---|
TypesElement |
DescriptionImpl.addTypesElement() |
TypesElement |
DescriptionImpl.getTypesElement() |
Modifier and Type | Method and Description |
---|---|
void |
SOAPHeaderBlockImpl.setTypes(TypesElement types) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
WSDLDocumentValidator.validateTypes(TypesElement types,
ErrorReporter errorReporter)
Validate the contents of the types element.
|
Modifier and Type | Method and Description |
---|---|
TypesElement |
DescriptionElement.addTypesElement()
Create a TypesElement with this DescriptionElement as its parent and
return a reference to it.
|
TypesElement |
DescriptionElement.getTypesElement()
Return the TypesElement within this DescriptionElement.
|
Copyright © 2005–2013 Apache Software Foundation. All rights reserved.