org.apache.camel.builder.xml
Class StringResultHandlerFactory

java.lang.Object
  extended by org.apache.camel.builder.xml.StringResultHandlerFactory
All Implemented Interfaces:
ResultHandlerFactory

public class StringResultHandlerFactory
extends Object
implements ResultHandlerFactory

Factory for StringResultHandler

Version:

Constructor Summary
StringResultHandlerFactory()
           
 
Method Summary
 ResultHandler createResult(Exchange exchange)
          Creates the ResultHandler to use
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringResultHandlerFactory

public StringResultHandlerFactory()
Method Detail

createResult

public ResultHandler createResult(Exchange exchange)
                           throws Exception
Description copied from interface: ResultHandlerFactory
Creates the ResultHandler to use

Specified by:
createResult in interface ResultHandlerFactory
Parameters:
exchange - the current exchange
Returns:
the result handler
Throws:
Exception


Apache CAMEL