Class FileResultHandler

  • All Implemented Interfaces:
    ResultHandler

    public class FileResultHandler
    extends Object
    implements ResultHandler
    Use file to handle the result of XSLT transformation.

    For example when transforming big files you can stream directly to a file output to avoid consuming to much memory.

    • Constructor Detail

      • FileResultHandler

        public FileResultHandler​(File file)