org.apache.camel.processor
Class SetBodyProcessor
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.processor.DelegateProcessor
org.apache.camel.processor.SetBodyProcessor
- All Implemented Interfaces:
- Navigate<Processor>, Processor, Traceable, Service
public class SetBodyProcessor
- extends DelegateProcessor
- implements Traceable
A processor which sets the body on the IN message with an expression
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, removeChildService, start, stop |
SetBodyProcessor
public SetBodyProcessor(Expression expression)
SetBodyProcessor
public SetBodyProcessor(Expression expression,
Processor childProcessor)
process
public void process(Exchange exchange)
throws Exception
- Description copied from interface:
Processor
- Processes the message exchange
- Specified by:
process in interface Processor- Overrides:
process in class DelegateProcessor
- Parameters:
exchange - the message exchange
- Throws:
Exception - if an internal processing error has occurred.
toString
public String toString()
- Overrides:
toString in class DelegateProcessor
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
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.