org.apache.camel.component.atom
Class AtomProducer

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

public class AtomProducer
extends DefaultProducer

AtomProducer is currently not implemented

Version:
$Revision: 712937 $

Constructor Summary
AtomProducer(AtomEndpoint endpoint)
           
 
Method Summary
 void process(Exchange exchange)
           
 
Methods inherited from class org.apache.camel.impl.DefaultProducer
createExchange, createExchange, createExchange, doStart, doStop, getEndpoint, isSingleton, toString
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, removeChildService, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.camel.Service
start, stop
 

Constructor Detail

AtomProducer

public AtomProducer(AtomEndpoint endpoint)
Method Detail

process

public void process(Exchange exchange)
             throws Exception
Throws:
Exception


Apache CAMEL