Uses of Interface
javax.wsdl.extensions.schema.SchemaImport
-
Packages that use SchemaImport Package Description com.ibm.wsdl.extensions.schema javax.wsdl.extensions.schema -
-
Uses of SchemaImport in com.ibm.wsdl.extensions.schema
Classes in com.ibm.wsdl.extensions.schema that implement SchemaImport Modifier and Type Class Description classSchemaImportImplMethods in com.ibm.wsdl.extensions.schema that return SchemaImport Modifier and Type Method Description SchemaImportSchemaImpl. createImport()Create a new schema import.Methods in com.ibm.wsdl.extensions.schema with parameters of type SchemaImport Modifier and Type Method Description voidSchemaImpl. addImport(SchemaImport importSchema)Add an import to this LightWeightSchema -
Uses of SchemaImport in javax.wsdl.extensions.schema
Methods in javax.wsdl.extensions.schema that return SchemaImport Modifier and Type Method Description SchemaImportSchema. createImport()Create a new schema importMethods in javax.wsdl.extensions.schema with parameters of type SchemaImport Modifier and Type Method Description voidSchema. addImport(SchemaImport importSchema)Add an import to this LightWeightSchema
-