Uses of Interface
javax.wsdl.Import
-
Packages that use Import Package Description com.ibm.wsdl com.ibm.wsdl.xml javax.wsdl -
-
Uses of Import in com.ibm.wsdl
Classes in com.ibm.wsdl that implement Import Modifier and Type Class Description classImportImplThis class represents an import, and may contain a reference to the imported definition.Methods in com.ibm.wsdl that return Import Modifier and Type Method Description ImportDefinitionImpl. createImport()Create a new import.ImportDefinitionImpl. removeImport(Import importDef)Remove an import from this WSDL description.Methods in com.ibm.wsdl with parameters of type Import Modifier and Type Method Description voidDefinitionImpl. addImport(Import importDef)Add an import to this WSDL description.ImportDefinitionImpl. 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 Modifier and Type Method Description protected ImportWSDLReaderImpl. 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 Modifier and Type Method Description ImportDefinition. createImport()Create a new import.ImportDefinition. removeImport(Import importDef)Remove an import from this WSDL description.Methods in javax.wsdl with parameters of type Import Modifier and Type Method Description voidDefinition. addImport(Import importDef)Add an import to this WSDL description.ImportDefinition. removeImport(Import importDef)Remove an import from this WSDL description.
-