Class FileResultHandler

java.lang.Object
org.apache.camel.component.xslt.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 Details

    • FileResultHandler

      public FileResultHandler(File file)
  • Method Details