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

java.lang.Object
  extended by org.apache.camel.impl.DefaultEndpoint<E>
      extended by org.apache.camel.impl.ScheduledPollEndpoint<T>
          extended by org.apache.camel.component.file.remote.RemoteFileEndpoint<RemoteFileExchange>
              extended by org.apache.camel.component.file.remote.FtpEndpoint
All Implemented Interfaces:
CamelContextAware, Endpoint<RemoteFileExchange>

public class FtpEndpoint
extends RemoteFileEndpoint<RemoteFileExchange>


Constructor Summary
FtpEndpoint(String endpointUri)
           
FtpEndpoint(String uri, RemoteFileComponent remoteFileComponent, RemoteFileConfiguration configuration)
           
 
Method Summary
 FtpConsumer createConsumer(Processor processor)
           
 FtpProducer createProducer()
           
 
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.ScheduledPollEndpoint
configureConsumer, configureProperties, getConsumerProperties, setConsumerProperties
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FtpEndpoint

public FtpEndpoint(String uri,
                   RemoteFileComponent remoteFileComponent,
                   RemoteFileConfiguration configuration)

FtpEndpoint

public FtpEndpoint(String endpointUri)
Method Detail

createProducer

public FtpProducer createProducer()
                           throws Exception
Throws:
Exception

createConsumer

public FtpConsumer createConsumer(Processor processor)
                           throws Exception
Throws:
Exception


Apache CAMEL