Package org.apache.camel.component.scp
Class ScpProcessStrategyFactory
- java.lang.Object
-
- org.apache.camel.component.scp.ScpProcessStrategyFactory
-
-
Constructor Summary
Constructors Constructor Description ScpProcessStrategyFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.camel.component.file.GenericFileProcessStrategy<ScpFile>
createGenericFileProcessStrategy(org.apache.camel.CamelContext context, Map<String,Object> params)
-
-
-
Method Detail
-
createGenericFileProcessStrategy
public org.apache.camel.component.file.GenericFileProcessStrategy<ScpFile> createGenericFileProcessStrategy(org.apache.camel.CamelContext context, Map<String,Object> params)
- Specified by:
createGenericFileProcessStrategy
in interfaceorg.apache.camel.component.file.GenericFileProcessStrategyFactory<ScpFile>
-
-