org.eclipse.persistence.sdo.helper
public interface SchemaResolver extends EntityResolver
Purpose: Interface that can be optionally implemented to resolve imported and included schemas.
Responsibilities:
DefaultSchemaResolver
Modifier and Type | Method and Description |
---|---|
Source |
resolveSchema(Source sourceXSD,
String namespace,
String schemaLocation)
Given the source schema and namespace and schemaLocation values from an import or include return the referenced Schema
|
resolveEntity
Source resolveSchema(Source sourceXSD, String namespace, String schemaLocation)
sourceXSD
- The Source object of the source schemanamespace
- The namespace portion of the import/includeschemaLocation
- The schemaLocation portion of the import/include