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

    Modifier and Type
    Method
    Description
    createOutput(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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JAXBSchemaOutputResolver

      public JAXBSchemaOutputResolver(jakarta.xml.bind.SchemaOutputResolver outputResolver)
      This constructor sets the underlying SchemaOutputResolver to be used during createOutput operation.
  • Method Details