Uses of Interface
javax.wsdl.Import

Packages that use Import
javax.wsdl   
 

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.