org.apache.camel.component.file.remote
Class RemoteFileComponent<T>
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultComponent
org.apache.camel.component.file.GenericFileComponent<T>
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, ShutdownableService
- 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
Methods inherited from class org.apache.camel.impl.DefaultComponent |
afterConfiguration, createEndpoint, doStart, doStop, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, useIntrospectionOnEndpoint, validateParameters, validateURI |
Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, doShutdown, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, removeChildService, shutdown, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteFileComponent
public RemoteFileComponent()
RemoteFileComponent
public RemoteFileComponent(CamelContext context)
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.