Table 19.4 shows the custom functions that you can use in Fuse Mediation Router XPath expressions. These functions can be used in addition to the standard XPath functions.
Table 19.4. XPath Custom Functions
Function | Description |
---|---|
in:body() | Returns the In message body. |
in:header( | Returns the In message header with name,
HeaderName . |
out:body() | Returns the Out message body. |
out:header( | Returns the Out message header with name,
HeaderName . |
function:properties( | Looks up a property with the key,
PropKey (see Property Placeholders in Implementing Enterprise Integration Patterns). |
function:simple( | Evaluates the specified simple expression,
SimpleExp . |