| Package | Description |
|---|---|
| com.ibm.wsdl | |
| com.ibm.wsdl.xml | |
| javax.wsdl |
| Modifier and Type | Class | Description |
|---|---|---|
class |
TypesImpl |
This class represents the <types> section of a WSDL document.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected Types |
DefinitionImpl.types |
| Modifier and Type | Method | Description |
|---|---|---|
Types |
DefinitionImpl.createTypes() |
Create a new types section.
|
Types |
DefinitionImpl.getTypes() |
Get the types section.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DefinitionImpl.setTypes(Types types) |
Set the types section.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected Types |
WSDLReaderImpl.parseTypes(org.w3c.dom.Element typesEl,
Definition def) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
WSDLWriterImpl.printTypes(Types types,
Definition def,
java.io.PrintWriter pw) |
| Modifier and Type | Method | Description |
|---|---|---|
Types |
Definition.createTypes() |
Create a new types section.
|
Types |
Definition.getTypes() |
Get the types section.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Definition.setTypes(Types types) |
Set the types section.
|
Copyright ? 2003, 2013 IBM. All Rights Reserved.