CamelCase, XPath and Palette Functions
CamelCase, XPath and Palette Functions
MESSAGE STRUCTURE
Properties
Headers
Body
CAMEL SIMPLE EXPRESSION LANGUAGE
Simple is a, ’simple’ expression language, that ships with the Apache Camel integration framework
Simple is mainly used to access the contents of the message being processed and its exchange, and
to construct condition expressions in the Router step.
Simple Expression format
${built in variable}
FREQUENTLY USED EXPRESSIONS
id • The ID of the message
•Example
• /root/row/num1[0]
• /root/row/num2 >20
PALETTE FUNCTIONS
•Simulation
•Content Modifier
•Converters
• CSV
• EDI
• JSON
•Decoder
•Encoder
QUESTIONS?