org.apache.camel.component.file.remote
Class SftpComponent

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultComponent
          extended by org.apache.camel.component.file.GenericFileComponent<T>
              extended by org.apache.camel.component.file.remote.RemoteFileComponent<com.jcraft.jsch.ChannelSftp.LsEntry>
                  extended by org.apache.camel.component.file.remote.SftpComponent
All Implemented Interfaces:
Component, Service

public class SftpComponent
extends RemoteFileComponent<com.jcraft.jsch.ChannelSftp.LsEntry>

Secure FTP Component


Field Summary
 
Fields inherited from class org.apache.camel.component.file.GenericFileComponent
log
 
Constructor Summary
SftpComponent()
           
SftpComponent(CamelContext context)
           
 
Method Summary
protected  void afterPropertiesSet(GenericFileEndpoint<com.jcraft.jsch.ChannelSftp.LsEntry> endpoint)
           
protected  GenericFileEndpoint<com.jcraft.jsch.ChannelSftp.LsEntry> buildFileEndpoint(String uri, String remaining, Map parameters)
           
 
Methods inherited from class org.apache.camel.component.file.GenericFileComponent
createEndpoint
 
Methods inherited from class org.apache.camel.impl.DefaultComponent
convertTo, createEndpoint, createScheduledExecutorService, doStart, doStop, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getExecutorService, getScheduledExecutorService, ifStartsWithReturnRemainder, lookup, lookup, mandatoryConvertTo, mandatoryLookup, mandatoryLookup, newInstance, setCamelContext, setExecutorService, setProperties, useIntrospectionOnEndpoint, validateParameters, validateURI
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, removeChildService, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SftpComponent

public SftpComponent()

SftpComponent

public SftpComponent(CamelContext context)
Method Detail

buildFileEndpoint

protected GenericFileEndpoint<com.jcraft.jsch.ChannelSftp.LsEntry> buildFileEndpoint(String uri,
                                                                                     String remaining,
                                                                                     Map parameters)
                                                                              throws Exception
Specified by:
buildFileEndpoint in class GenericFileComponent<com.jcraft.jsch.ChannelSftp.LsEntry>
Throws:
Exception

afterPropertiesSet

protected void afterPropertiesSet(GenericFileEndpoint<com.jcraft.jsch.ChannelSftp.LsEntry> endpoint)
                           throws Exception
Specified by:
afterPropertiesSet in class GenericFileComponent<com.jcraft.jsch.ChannelSftp.LsEntry>
Throws:
Exception


Apache CAMEL