Uses of Class
org.apache.camel.component.file.remote.RemoteFileEndpoint

Uses of RemoteFileEndpoint in org.apache.camel.component.file.remote
 

Subclasses of RemoteFileEndpoint in org.apache.camel.component.file.remote
 class FtpEndpoint
           
 class SftpEndpoint
           
 

Fields in org.apache.camel.component.file.remote declared as RemoteFileEndpoint
protected  RemoteFileEndpoint<T> RemoteFileProducer.endpoint
           
protected  RemoteFileEndpoint<T> RemoteFileConsumer.endpoint
           
 

Methods in org.apache.camel.component.file.remote that return RemoteFileEndpoint
protected  RemoteFileEndpoint RemoteFileComponent.createEndpoint(String uri, String remaining, Map parameters)
           
 

Constructors in org.apache.camel.component.file.remote with parameters of type RemoteFileEndpoint
RemoteFileConsumer(RemoteFileEndpoint<T> endpoint, Processor processor)
           
RemoteFileConsumer(RemoteFileEndpoint<T> endpoint, Processor processor, ScheduledExecutorService executor)
           
RemoteFileProducer(RemoteFileEndpoint<T> endpoint)
           
 



Apache CAMEL