Class SftpProcessStrategyFactory

java.lang.Object
org.apache.camel.component.file.remote.strategy.SftpProcessStrategyFactory
All Implemented Interfaces:
org.apache.camel.component.file.GenericFileProcessStrategyFactory<SftpRemoteFile>

public final class SftpProcessStrategyFactory extends Object implements org.apache.camel.component.file.GenericFileProcessStrategyFactory<SftpRemoteFile>
  • Constructor Details

    • SftpProcessStrategyFactory

      public SftpProcessStrategyFactory()
  • Method Details

    • createGenericFileProcessStrategy

      public org.apache.camel.component.file.GenericFileProcessStrategy<SftpRemoteFile> createGenericFileProcessStrategy(org.apache.camel.CamelContext context, Map<String,Object> params)
      Specified by:
      createGenericFileProcessStrategy in interface org.apache.camel.component.file.GenericFileProcessStrategyFactory<SftpRemoteFile>