Class JAXBSchemaOutputResolver

    • Constructor Detail

      • JAXBSchemaOutputResolver

        public JAXBSchemaOutputResolver​(jakarta.xml.bind.SchemaOutputResolver outputResolver)
        This constructor sets the underlying SchemaOutputResolver to be used during createOutput operation.
        Parameters:
        outputResolver -
    • 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:
        createOutput in interface SchemaModelOutputResolver
        Parameters:
        namespaceURI -
        suggestedFileName -
        Returns:
        schema file as a Result object
        Throws:
        IOException