Package org.apache.camel.component.xslt
Class StreamResultHandlerFactory
java.lang.Object
org.apache.camel.component.xslt.StreamResultHandlerFactory
- All Implemented Interfaces:
ResultHandlerFactory
Factory for
StreamResultHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateResult
(org.apache.camel.Exchange exchange) Creates theResultHandler
to use
-
Constructor Details
-
StreamResultHandlerFactory
public StreamResultHandlerFactory()
-
-
Method Details
-
createResult
Description copied from interface:ResultHandlerFactory
Creates theResultHandler
to use- Specified by:
createResult
in interfaceResultHandlerFactory
- Parameters:
exchange
- the current exchange- Returns:
- the result handler
- Throws:
Exception
-