org.apache.camel.component.file
Class FileProducer
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultProducer<FileExchange>
org.apache.camel.component.file.FileProducer
- All Implemented Interfaces:
- org.apache.camel.Processor<FileExchange>, org.apache.camel.Producer<FileExchange>, org.apache.camel.Service
public class FileProducer
- extends org.apache.camel.impl.DefaultProducer<FileExchange>
A Producer
implementation for File
- Version:
- $Revision: 523016 $
Methods inherited from class org.apache.camel.impl.DefaultProducer |
createExchange, createExchange, doStart, doStop, getEndpoint |
Methods inherited from class org.apache.camel.impl.ServiceSupport |
isStarted, isStopped, isStopping, 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.Service |
start, stop |
FileProducer
public FileProducer(FileEndpoint endpoint)
process
public void process(FileExchange exchange)
- Parameters:
exchange
- - See Also:
Processor.process(java.lang.Object)
Copyright © 2007 Apache Software Foundation. All Rights Reserved.