Package org.apache.camel.component.xslt
Interface ResultHandlerFactory
- All Known Implementing Classes:
DomResultHandlerFactory
,FileResultHandlerFactory
,StreamResultHandlerFactory
,StringResultHandlerFactory
public interface ResultHandlerFactory
Factory for
ResultHandler
-
Method Summary
Modifier and TypeMethodDescriptioncreateResult
(org.apache.camel.Exchange exchange) Creates theResultHandler
to use
-
Method Details
-
createResult
Creates theResultHandler
to use- Parameters:
exchange
- the current exchange- Returns:
- the result handler
- Throws:
Exception
-