|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultProducer
org.apache.camel.impl.DefaultAsyncProducer
public abstract class DefaultAsyncProducer
A default implementation of Producer
for implementation inheritance,
which can process Exchange
s asynchronously.
Field Summary |
---|
Fields inherited from class org.apache.camel.impl.DefaultProducer |
---|
log |
Constructor Summary | |
---|---|
DefaultAsyncProducer(Endpoint endpoint)
|
Method Summary | |
---|---|
void |
process(Exchange exchange)
Processes the message 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, doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspended, isSuspending, removeChildService, resume, shutdown, start, start, stop, suspend |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.camel.AsyncProcessor |
---|
process |
Methods inherited from interface org.apache.camel.Service |
---|
start, stop |
Constructor Detail |
---|
public DefaultAsyncProducer(Endpoint endpoint)
Method Detail |
---|
public void process(Exchange exchange) throws java.lang.Exception
Processor
process
in interface Processor
exchange
- the message exchange
java.lang.Exception
- if an internal processing error has occurred.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |