org.apache.camel.builder.xml
Interface ResultHandlerFactory

All Known Implementing Classes:
DomResultHandlerFactory, FileResultHandlerFactory, StreamResultHandlerFactory, StringResultHandlerFactory

public interface ResultHandlerFactory

Factory for ResultHandler

Version:

Method Summary
 ResultHandler createResult(Exchange exchange)
          Creates the ResultHandler to use
 

Method Detail

createResult

ResultHandler createResult(Exchange exchange)
                           throws Exception
Creates the ResultHandler to use

Parameters:
exchange - the current exchange
Returns:
the result handler
Throws:
Exception


Apache CAMEL