| 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 |
|---|---|
Binding |
DefinitionImpl.getBinding(QName name,
Set<Import> checkedImports)
Get the specified binding.
|
protected Object |
DefinitionImpl.getFromImports(String typeOfDefinition,
QName name,
Set<Import> checkedImports) |
Message |
DefinitionImpl.getMessage(QName name,
Set<Import> checkedImports)
Get the specified message.
|
PortType |
DefinitionImpl.getPortType(QName name,
Set<Import> checkedImports)
Get the specified portType.
|
Service |
DefinitionImpl.getService(QName name,
Set<Import> checkedImports)
Get the specified service.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Binding |
Definition.getBinding(QName name,
Set<Import> checkedImports)
Get the specified binding.
|
Message |
Definition.getMessage(QName name,
Set<Import> checkedImports)
Get the specified message.
|
PortType |
Definition.getPortType(QName name,
Set<Import> checkedImports)
Get the specified portType.
|
Service |
Definition.getService(QName name,
Set<Import> checkedImports)
Get the specified service.
|
Copyright © 2023. All rights reserved.