Package | Description |
---|---|
com.ibm.wsdl | |
com.ibm.wsdl.xml | |
javax.wsdl |
Modifier and Type | Class and Description |
---|---|
class |
ImportImpl
This class represents an import, and may contain a reference
to the imported definition.
|
Modifier and Type | Method and Description |
---|---|
Import |
DefinitionImpl.createImport()
Create a new import.
|
Import |
DefinitionImpl.removeImport(Import importDef)
Remove an import from this WSDL description.
|
Modifier and Type | Method and Description |
---|---|
void |
DefinitionImpl.addImport(Import importDef)
Add an import to this WSDL description.
|
Import |
DefinitionImpl.removeImport(Import importDef)
Remove an import from this WSDL description.
|
Modifier and Type | Method and Description |
---|---|
protected Import |
WSDLReaderImpl.parseImport(Element importEl,
Definition def,
Map importedDefs) |
Modifier and Type | Method and Description |
---|---|
Import |
Definition.createImport()
Create a new import.
|
Import |
Definition.removeImport(Import importDef)
Remove an import from this WSDL description.
|
Modifier and Type | Method and Description |
---|---|
void |
Definition.addImport(Import importDef)
Add an import to this WSDL description.
|
Import |
Definition.removeImport(Import importDef)
Remove an import from this WSDL description.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.