org.apache.camel.component.file.remote
Class RemoteFileProducer<T extends RemoteFileExchange>

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultProducer<T>
          extended by org.apache.camel.component.file.remote.RemoteFileProducer<T>
All Implemented Interfaces:
org.apache.camel.Processor, org.apache.camel.Producer<T>, org.apache.camel.Service
Direct Known Subclasses:
FtpProducer, SftpProducer

public abstract class RemoteFileProducer<T extends RemoteFileExchange>
extends org.apache.camel.impl.DefaultProducer<T>


Constructor Summary
protected RemoteFileProducer(RemoteFileEndpoint<T> endpoint)
           
 
Method Summary
 
Methods inherited from class org.apache.camel.impl.DefaultProducer
createExchange, createExchange, doStart, doStop, getEndpoint
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, getThreadName, isStarted, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.camel.Processor
process
 
Methods inherited from interface org.apache.camel.Service
start, stop
 

Constructor Detail

RemoteFileProducer

protected RemoteFileProducer(RemoteFileEndpoint<T> endpoint)


Copyright © 2007 Apache Software Foundation. All Rights Reserved.