org.apache.camel.component.file.strategy
Class GenericFileProcessStrategyFactory

java.lang.Object
  extended by org.apache.camel.component.file.strategy.GenericFileProcessStrategyFactory

public final class GenericFileProcessStrategyFactory
extends Object


Method Summary
static
<T> GenericFileProcessStrategy<T>
createGenericFileProcessStrategy(CamelContext context, Map<String,Object> params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createGenericFileProcessStrategy

public static <T> GenericFileProcessStrategy<T> createGenericFileProcessStrategy(CamelContext context,
                                                                                 Map<String,Object> params)


Apache CAMEL