org.apache.camel.component.file.remote
Class FtpEndpoint
java.lang.Object
org.apache.camel.impl.DefaultEndpoint<E>
org.apache.camel.impl.ScheduledPollEndpoint<T>
org.apache.camel.component.file.remote.RemoteFileEndpoint<RemoteFileExchange>
org.apache.camel.component.file.remote.FtpEndpoint
- All Implemented Interfaces:
- CamelContextAware, Endpoint<RemoteFileExchange>
public class FtpEndpoint
- extends RemoteFileEndpoint<RemoteFileExchange>
Methods inherited from class org.apache.camel.component.file.remote.RemoteFileEndpoint |
createExchange, createExchange, createExchange, createRemoteFileBinding, getBinding, getConfiguration, getFileFriendlyMessageId, getGeneratedFileName, isSingleton, setBinding, setConfiguration |
Methods inherited from class org.apache.camel.impl.DefaultEndpoint |
convertTo, createEndpointUri, createExchange, createExecutorService, createPollingConsumer, equals, getCamelContext, getComponent, getContext, getEndpointUri, getExchangePattern, getExchangeType, getExecutorService, hashCode, isLenientProperties, setCamelContext, setContext, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setExecutorService, toString |
FtpEndpoint
public FtpEndpoint(String uri,
RemoteFileComponent remoteFileComponent,
RemoteFileConfiguration configuration)
FtpEndpoint
public FtpEndpoint(String endpointUri)
createProducer
public FtpProducer createProducer()
throws Exception
- Throws:
Exception
createConsumer
public FtpConsumer createConsumer(Processor processor)
throws Exception
- Throws:
Exception
Apache CAMEL