Module org.eclipse.persistence.moxy
Class JAXBSchemaOutputResolver
java.lang.Object
org.eclipse.persistence.internal.jaxb.JAXBSchemaOutputResolver
- All Implemented Interfaces:
SchemaModelOutputResolver
Implementation of a SchemaModelOutputResolver that wraps a
jakarta.xml.bind.SchemaOutputResolver instance.
-
Constructor Summary
ConstructorDescriptionJAXBSchemaOutputResolver
(SchemaOutputResolver outputResolver) This constructor sets the underlying SchemaOutputResolver to be used during createOutput operation. -
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.
-
Constructor Details
-
JAXBSchemaOutputResolver
This constructor sets the underlying SchemaOutputResolver to be used during createOutput operation.
-
-
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.- Specified by:
createOutput
in interfaceSchemaModelOutputResolver
- Returns:
- schema file as a Result object
- Throws:
IOException
-