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 theResultHandlerto use
-
Method Details
-
createResult
Creates theResultHandlerto use- Parameters:
exchange- the current exchange- Returns:
- the result handler
- Throws:
Exception
-