Interface SchemaModelOutputResolver

All Known Implementing Classes:
JAXBSchemaOutputResolver

public interface SchemaModelOutputResolver
Interface for controlling where schema files are generated.
  • 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.
  • Method Details

    • createOutput

      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.
      Returns:
      schema file as a Result object
      Throws:
      IOException