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