Uses of Interface
org.ow2.easywsdl.schema.api.Schema
-
Packages that use Schema Package Description org.ow2.easywsdl.schema org.ow2.easywsdl.schema.api org.ow2.easywsdl.schema.api.abstractElmt org.ow2.easywsdl.schema.impl -
-
Uses of Schema in org.ow2.easywsdl.schema
Subinterfaces of Schema in org.ow2.easywsdl.schema Modifier and Type Interface Description interfaceDefaultSchemaClasses in org.ow2.easywsdl.schema that implement Schema Modifier and Type Class Description classDefaultSchemaImplMethods in org.ow2.easywsdl.schema that return Schema Modifier and Type Method Description abstract SchemaSchemaFactory. newSchema()Create a new instance of a Definition.SchemaSchemaFactoryImpl. newSchema()Create a new instance of a Definition, with an instance of a PopulatedExtensionRegistry as its ExtensionRegistry. -
Uses of Schema in org.ow2.easywsdl.schema.api
Methods in org.ow2.easywsdl.schema.api that return Schema Modifier and Type Method Description SchemaSchemaReader. read(URL schemaURL)Read the XMLSchema definition available at the location identified by the specified URL, and bind it into aSchemaobject.SchemaSchemaReader. read(Document document)SchemaSchemaReader. read(InputSource inputSource)Read the XMLSchema definition accessible via the specifiedInputSource, and bind it into aSchemaobject.Methods in org.ow2.easywsdl.schema.api with parameters of type Schema Modifier and Type Method Description DocumentSchemaWriter. getDocument(Schema schemaDef)Return a document generated from the specified SchemaImpl model.voidSchemaWriter. writeSchema(Schema schemaDef, OutputStream output) -
Uses of Schema in org.ow2.easywsdl.schema.api.abstractElmt
Methods in org.ow2.easywsdl.schema.api.abstractElmt that return Schema Modifier and Type Method Description protected abstract SchemaAbstractSchemaReader. readExternalPart(URI schemaURI, URI baseURI, Map<URI,AbsItfSchema> imports)Read an external XML Schema URI according to a base URI. -
Uses of Schema in org.ow2.easywsdl.schema.impl
Classes in org.ow2.easywsdl.schema.impl that implement Schema Modifier and Type Class Description classSchemaImplMethods in org.ow2.easywsdl.schema.impl that return Schema Modifier and Type Method Description SchemaSchemaReaderImpl. read(URL schemaURL)Read the XMLSchema definition available at the location identified by the specified URL, and bind it into aSchemaobject.SchemaSchemaReaderImpl. read(Document doc)SchemaSchemaReaderImpl. read(InputSource inputSource)Read the XMLSchema definition accessible via the specifiedInputSource, and bind it into aSchemaobject.protected SchemaSchemaReaderImpl. readExternalPart(URI schemaLocationURI, URI baseURI, Map<URI,AbsItfSchema> imports)Read an external XML Schema URI according to a base URI.protected SchemaSchemaReaderImpl. readSchema(InputSource source, Map<URI,AbsItfSchema> imports)Methods in org.ow2.easywsdl.schema.impl with parameters of type Schema Modifier and Type Method Description DocumentSchemaWriterImpl. getDocument(Schema schemaDef)voidSchemaWriterImpl. writeSchema(Schema schemaDef, OutputStream output)
-