Package | Description |
---|---|
com.ibm.wsdl | |
com.ibm.wsdl.xml | |
javax.wsdl |
Modifier and Type | Class and Description |
---|---|
class |
TypesImpl
This class represents the <types> section of a WSDL document.
|
Modifier and Type | Field and Description |
---|---|
protected Types |
DefinitionImpl.types |
Modifier and Type | Method and Description |
---|---|
Types |
DefinitionImpl.createTypes()
Create a new types section.
|
Types |
DefinitionImpl.getTypes()
Get the types section.
|
Modifier and Type | Method and Description |
---|---|
void |
DefinitionImpl.setTypes(Types types)
Set the types section.
|
Modifier and Type | Method and Description |
---|---|
protected Types |
WSDLReaderImpl.parseTypes(Element typesEl,
Definition def) |
Modifier and Type | Method and Description |
---|---|
protected void |
WSDLWriterImpl.printTypes(Types types,
Definition def,
PrintWriter pw) |
Modifier and Type | Method and Description |
---|---|
Types |
Definition.createTypes()
Create a new types section.
|
Types |
Definition.getTypes()
Get the types section.
|
Modifier and Type | Method and Description |
---|---|
void |
Definition.setTypes(Types types)
Set the types section.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.