Package org.apache.camel.component.xslt
Class FileResultHandlerFactory
java.lang.Object
org.apache.camel.component.xslt.FileResultHandlerFactory
- All Implemented Interfaces:
ResultHandlerFactory
Factory for
StreamResult which is streamed to file.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateResult(org.apache.camel.Exchange exchange) Creates theResultHandlerto use
-
Constructor Details
-
FileResultHandlerFactory
public FileResultHandlerFactory()
-
-
Method Details
-
createResult
Description copied from interface:ResultHandlerFactoryCreates theResultHandlerto use- Specified by:
createResultin interfaceResultHandlerFactory- Parameters:
exchange- the current exchange- Returns:
- the result handler
- Throws:
Exception
-