Uses of Interface
javax.wsdl.extensions.schema.SchemaReference
Packages that use SchemaReference
-
Uses of SchemaReference in com.ibm.wsdl.extensions.schema
Classes in com.ibm.wsdl.extensions.schema that implement SchemaReferenceMethods in com.ibm.wsdl.extensions.schema that return SchemaReferenceMethods in com.ibm.wsdl.extensions.schema with parameters of type SchemaReferenceModifier and TypeMethodDescriptionvoidSchemaImpl.addInclude(SchemaReference includeSchema) voidSchemaImpl.addRedefine(SchemaReference redefineSchema) -
Uses of SchemaReference in javax.wsdl.extensions.schema
Subinterfaces of SchemaReference in javax.wsdl.extensions.schemaModifier and TypeInterfaceDescriptioninterfaceRepresents an import element within a schema element.Methods in javax.wsdl.extensions.schema that return SchemaReferenceModifier and TypeMethodDescriptionSchema.createInclude()Create a new schema reference to represent an include.Schema.createRedefine()Create a new schema reference to represent a redefine.Methods in javax.wsdl.extensions.schema with parameters of type SchemaReferenceModifier and TypeMethodDescriptionvoidSchema.addInclude(SchemaReference includeSchema) Add an include to this LightWeightSchemavoidSchema.addRedefine(SchemaReference redefineSchema) Add a redefine to this LightWeightSchema