org.apache.camel.impl
Class DefaultAsyncProducer
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultProducer
org.apache.camel.impl.DefaultAsyncProducer
- All Implemented Interfaces:
- AsyncProcessor, IsSingleton, Processor, Producer, Service, ShutdownableService
- Direct Known Subclasses:
- CollectionProducer
public abstract class DefaultAsyncProducer
- extends DefaultProducer
- implements AsyncProcessor
A default implementation of Producer for implementation inheritance,
which can process Exchanges asynchronously.
- Version:
- $Revision: 955924 $
|
Method Summary |
void |
process(Exchange exchange)
Processes the message exchange |
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, doShutdown, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, removeChildService, shutdown, start, stop |
DefaultAsyncProducer
public DefaultAsyncProducer(Endpoint endpoint)
process
public void process(Exchange exchange)
throws Exception
- Description copied from interface:
Processor
- Processes the message exchange
- Specified by:
process in interface Processor
- Parameters:
exchange - the message exchange
- Throws:
Exception - if an internal processing error has occurred.
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.