|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Import | |
---|---|
com.ibm.wsdl | |
com.ibm.wsdl.xml | |
javax.wsdl |
Uses of Import in com.ibm.wsdl |
---|
Classes in com.ibm.wsdl that implement Import | |
---|---|
class |
ImportImpl
This class represents an import, and may contain a reference to the imported definition. |
Methods in com.ibm.wsdl that return Import | |
---|---|
Import |
DefinitionImpl.createImport()
Create a new import. |
Import |
DefinitionImpl.removeImport(Import importDef)
Remove an import from this WSDL description. |
Methods in com.ibm.wsdl with parameters of type Import | |
---|---|
void |
DefinitionImpl.addImport(Import importDef)
Add an import to this WSDL description. |
Import |
DefinitionImpl.removeImport(Import importDef)
Remove an import from this WSDL description. |
Uses of Import in com.ibm.wsdl.xml |
---|
Methods in com.ibm.wsdl.xml that return Import | |
---|---|
protected Import |
WSDLReaderImpl.parseImport(org.w3c.dom.Element importEl,
Definition def,
java.util.Map importedDefs)
|
Uses of Import in javax.wsdl |
---|
Methods in javax.wsdl that return Import | |
---|---|
Import |
Definition.createImport()
Create a new import. |
Import |
Definition.removeImport(Import importDef)
Remove an import from this WSDL description. |
Methods in javax.wsdl with parameters of type Import | |
---|---|
void |
Definition.addImport(Import importDef)
Add an import to this WSDL description. |
Import |
Definition.removeImport(Import importDef)
Remove an import from this WSDL description. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |