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