|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.camel.builder.ProcessorBuilder
public class ProcessorBuilder
A builder of a number of different Processor
implementations
Constructor Summary | |
---|---|
ProcessorBuilder()
|
Method Summary | |
---|---|
static Processor |
setBody(Expression expression)
Creates a processor which sets the body of the IN message to the value of the expression |
static Processor |
setHeader(String name,
Expression expression)
Sets the header on the IN message |
static Processor |
setOutBody(Expression expression)
Creates a processor which sets the body of the IN message to the value of the expression |
static Processor |
setOutHeader(String name,
Expression expression)
Sets the header on the OUT message |
static Processor |
setProperty(String name,
Expression expression)
Sets the property on the exchange |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProcessorBuilder()
Method Detail |
---|
public static Processor setBody(Expression expression)
public static Processor setOutBody(Expression expression)
public static Processor setHeader(String name, Expression expression)
public static Processor setOutHeader(String name, Expression expression)
public static Processor setProperty(String name, Expression expression)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |