Chapter 3. Routing to Your Code
In this chapter, we will cover the following recipes:
- Routing messages directly to a Java method
- Sending messages directly to a Camel endpoint
- Using a Java method as a Predicate
- Writing a custom Camel Processor
- Mapping the message to method parameters
- Writing a custom data marshaller
- Writing a custom data type converter