org.apache.camel.component.file.remote
Class RemoteFileComponent<T>

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<T>
Type Parameters:
T - the type of file that these remote endpoints provide
All Implemented Interfaces:
Component, Service
Direct Known Subclasses:
FtpComponent, SftpComponent

public abstract class RemoteFileComponent<T>
extends GenericFileComponent<T>

Base class for remote file components. Polling and consuming files from (logically) remote locations


Field Summary
 
Fields inherited from class org.apache.camel.component.file.GenericFileComponent
log
 
Constructor Summary
RemoteFileComponent()
           
RemoteFileComponent(CamelContext context)
           
 
Method Summary
 
Methods inherited from class org.apache.camel.component.file.GenericFileComponent
afterPropertiesSet, buildFileEndpoint, createEndpoint
 
Methods inherited from class org.apache.camel.impl.DefaultComponent
afterConfiguration, convertTo, createEndpoint, createScheduledExecutorService, doStart, doStop, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getExecutorService, getScheduledExecutorService, ifStartsWithReturnRemainder, lookup, lookup, mandatoryConvertTo, mandatoryLookup, mandatoryLookup, newInstance, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, 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

RemoteFileComponent

public RemoteFileComponent()

RemoteFileComponent

public RemoteFileComponent(CamelContext context)


Copyright © 2007-2009 The Apache Software Foundation. All Rights Reserved.