Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.이 콘텐츠는 선택한 언어로 제공되지 않습니다.
31.10. Function Reference
Table of custom functions 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Table 31.4, “XPath Custom Functions” shows the custom functions that you can use in Apache Camel XPath expressions. These functions can be used in addition to the standard XPath functions.
Function | Description |
---|---|
in:body() | Returns the In message body. |
in:header(HeaderName) | Returns the In message header with name, HeaderName. |
out:body() | Returns the Out message body. |
out:header(HeaderName) | Returns the Out message header with name, HeaderName. |
function:properties(PropKey) | Looks up a property with the key, PropKey (see Section 2.7, “Property Placeholders”). |
function:simple(SimpleExp) | Evaluates the specified simple expression, SimpleExp. |