org.apache.camel.processor
Class RollbackProcessor
java.lang.Object
org.apache.camel.processor.RollbackProcessor
- All Implemented Interfaces:
- Processor, Traceable
public class RollbackProcessor
- extends Object
- implements Processor, Traceable
Processor for marking an Exchange to rollback.
- Version:
- $Revision: 886781 $
RollbackProcessor
public RollbackProcessor()
RollbackProcessor
public RollbackProcessor(String message)
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.
toString
public String toString()
- Overrides:
toString in class Object
getTraceLabel
public String getTraceLabel()
- Description copied from interface:
Traceable
- Gets the trace label used for logging when tracing is enabled.
The label should be short and precise.
- Specified by:
getTraceLabel in interface Traceable
- Returns:
- the label
isMarkRollbackOnly
public boolean isMarkRollbackOnly()
setMarkRollbackOnly
public void setMarkRollbackOnly(boolean markRollbackOnly)
isMarkRollbackOnlyLast
public boolean isMarkRollbackOnlyLast()
setMarkRollbackOnlyLast
public void setMarkRollbackOnlyLast(boolean markRollbackOnlyLast)
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.