org.apache.camel.component.file
Class FileProducer

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultProducer
          extended by org.apache.camel.component.file.FileProducer
All Implemented Interfaces:
Processor, Producer, Service

public class FileProducer
extends DefaultProducer

A Producer implementation for File

Version:
$Revision: 523016 $

Constructor Summary
FileProducer(FileEndpoint endpoint)
           
 
Method Summary
 void process(Exchange exchange)
          Processes the message exchange
 void process(FileExchange exchange)
           
 
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
 

Constructor Detail

FileProducer

public FileProducer(FileEndpoint endpoint)
Method Detail

process

public void process(Exchange exchange)
Description copied from interface: Processor
Processes the message exchange

Parameters:
exchange -
See Also:
Processor.process(Exchange)

process

public void process(FileExchange exchange)


Copyright © 2007 Apache Software Foundation. All Rights Reserved.