第 151 章 XPath
Camel 支持 XPath 允许在 DSL 中使用 Expression 或 Predicate。
例如,您可以使用 XPath 在 Message Filter 中创建一个 predicate,或作为 Recipient List 的表达式。
151.1. 依赖项 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
当将 xpath
与 Red Hat build of Camel Spring Boot 搭配使用时,请确保使用以下 Maven 依赖项来支持自动配置:
<dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-xpath-starter</artifactId> </dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-xpath-starter</artifactId>
</dependency>