Module org.eclipse.persistence.core
Interface SchemaModelOutputResolver
- All Known Implementing Classes:
JAXBSchemaOutputResolver
public interface SchemaModelOutputResolver
Interface for controlling where schema files are generated.
-
Method Summary
Modifier and TypeMethodDescriptioncreateOutput(String namespaceURI, String suggestedFileName) Determines the location where a given schema file (of the given namespace URI) will be generated, and return it as a Result object.
-
Method Details
-
createOutput
Determines the location where a given schema file (of the given namespace URI) will be generated, and return it as a Result object.- Returns:
- schema file as a Result object
- Throws:
IOException
-