Uses of Interface
org.ow2.easywsdl.schema.api.Import
-
Packages that use Import Package Description org.ow2.easywsdl.schema org.ow2.easywsdl.schema.impl -
-
Uses of Import in org.ow2.easywsdl.schema
Methods in org.ow2.easywsdl.schema that return Import Modifier and Type Method Description ImportDefaultSchemaImpl. createImport()ImportDefaultSchemaImpl. removeImport(Import importDef)Methods in org.ow2.easywsdl.schema that return types with arguments of type Import Modifier and Type Method Description List<Import>DefaultSchemaImpl. getImports()List<Import>DefaultSchemaImpl. getImports(String namespaceURI)Methods in org.ow2.easywsdl.schema with parameters of type Import Modifier and Type Method Description voidDefaultSchemaImpl. addImport(Import importDef)ImportDefaultSchemaImpl. removeImport(Import importDef) -
Uses of Import in org.ow2.easywsdl.schema.impl
Classes in org.ow2.easywsdl.schema.impl that implement Import Modifier and Type Class Description classImportImplMethods in org.ow2.easywsdl.schema.impl that return Import Modifier and Type Method Description ImportSchemaImpl. createImport()ImportSchemaImpl. removeImport(Import importDef)Methods in org.ow2.easywsdl.schema.impl with parameters of type Import Modifier and Type Method Description voidSchemaImpl. addImport(Import impt)ImportSchemaImpl. removeImport(Import importDef)
-