Interface SchemaModelOutputResolver


  • public interface SchemaModelOutputResolver
    Interface for controlling where schema files are generated.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      javax.xml.transform.Result createOutput​(java.lang.String namespaceURI, java.lang.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

        javax.xml.transform.Result createOutput​(java.lang.String namespaceURI,
                                                java.lang.String suggestedFileName)
                                         throws java.io.IOException
        Determines the location where a given schema file (of the given namespace URI) will be generated, and return it as a Result object.
        Parameters:
        namespaceURI -
        suggestedFileName -
        Returns:
        schema file as a Result object
        Throws:
        java.io.IOException