Chapter 5. Transformation
- Convert Body — Converts the message body to a form usable by the next endpoint
- Enrich — Enriches a message with data from a secondary resource
- In Only — Marks the exchange pattern for the route to one way (Event Message pattern)
- In Out — Marks the exchange pattern for the route to request/reply
- Marshal — Marshals data into a format for transmission over a transport or component
- Poll Enrich — Enriches messages with data retrieved from a polling consumer
- Remove Header — Removes a named header from the message
- Remove Headers — Removes message headers whose name matches a specified pattern
- Remove Property — Removes a named property from the message exchange
- Set Body — Sets the contents of the message body
- Set Exchange Pattern — Sets the exchange pattern for the route
- Set Fault Body — Sets the contents of a fault message's body
- Set Header — Sets the value of a message header
- Set Out Header — Sets the value of a header on the outbound message
- Set Property — Sets a named property on the message exchange
- Transform — Transforms the message based on an expression
- Unmarshal — Converts the message data from the wire into a bean that Apache Camel processors
can consume
Comments powered by