Uses of Interface
javax.wsdl.Import
Packages that use Import
-
Uses of Import in com.ibm.wsdl
Classes in com.ibm.wsdl that implement ImportModifier and TypeClassDescriptionclass
This class represents an import, and may contain a reference to the imported definition.Methods in com.ibm.wsdl that return ImportModifier and TypeMethodDescriptionDefinitionImpl.createImport()
Create a new import.DefinitionImpl.removeImport
(Import importDef) Remove an import from this WSDL description.Methods in com.ibm.wsdl with parameters of type ImportModifier and TypeMethodDescriptionvoid
Add an import to this WSDL description.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 ImportModifier and TypeMethodDescriptionprotected Import
WSDLReaderImpl.parseImport
(Element importEl, Definition def, Map importedDefs) -
Uses of Import in javax.wsdl
Methods in javax.wsdl that return ImportModifier and TypeMethodDescriptionDefinition.createImport()
Create a new import.Definition.removeImport
(Import importDef) Remove an import from this WSDL description.Methods in javax.wsdl with parameters of type ImportModifier and TypeMethodDescriptionvoid
Add an import to this WSDL description.Definition.removeImport
(Import importDef) Remove an import from this WSDL description.