Module org.eclipse.persistence.moxy
Class JAXBSchemaOutputResolver
- java.lang.Object
-
- org.eclipse.persistence.internal.jaxb.JAXBSchemaOutputResolver
-
- All Implemented Interfaces:
SchemaModelOutputResolver
public class JAXBSchemaOutputResolver extends Object implements SchemaModelOutputResolver
Implementation of a SchemaModelOutputResolver that wraps a jakarta.xml.bind.SchemaOutputResolver instance.
-
-
Constructor Summary
Constructors Constructor Description JAXBSchemaOutputResolver(jakarta.xml.bind.SchemaOutputResolver outputResolver)This constructor sets the underlying SchemaOutputResolver to be used during createOutput operation.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResultcreateOutput(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 Detail
-
createOutput
public Result createOutput(String namespaceURI, String suggestedFileName) throws IOException
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:
createOutputin interfaceSchemaModelOutputResolver- Returns:
- schema file as a Result object
- Throws:
IOException
-
-