org.apache.camel.processor
Class UnitOfWorkProcessor
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.processor.DelegateProcessor
org.apache.camel.processor.UnitOfWorkProcessor
- All Implemented Interfaces:
- Navigate, Processor, Service
public final class UnitOfWorkProcessor
- extends DelegateProcessor
Handles calling the UnitOfWork.done() method when processing of an exchange
is complete.
Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, removeChildService, start, stop |
UnitOfWorkProcessor
public UnitOfWorkProcessor(Processor processor)
toString
public String toString()
- Overrides:
toString
in class DelegateProcessor
processNext
protected void processNext(Exchange exchange)
throws Exception
- Overrides:
processNext
in class DelegateProcessor
- Throws:
Exception
Apache CAMEL