325.3. Spring Boot Auto-Configuration

组件支持 3 个选项,它们如下所列。

名称描述默认类型

camel.component.spring-ws.enabled

启用 spring-ws 组件

true

布尔值

camel.component.spring-ws.resolve-property-placeholders

启动时,组件是否应自行解析属性占位符。只有 String 类型的属性才能使用属性占位符。

true

布尔值

camel.component.spring-ws.use-global-ssl-context-parameters

启用使用全局 SSL 上下文参数。

false

布尔值

325.3.1. 邮件标题

名称类型描述

CamelSpringWebserviceEndpointUri

字符串

您作为客户端访问的 Web 服务的 URI,覆盖端点 URI 的地址 部分

CamelSpringWebserviceSoapAction

字符串

指定消息的 SOAP 操作的标头(如果存在)覆盖 soapAction 选项

CamelSpringWebserviceSoapHeader

Camel 2.11.1: 使用此标头指定消息的 SOAP 标头。

CamelSpringWebserviceAddressingAction

URI

使用此标头指定消息的 WS-Addressing 操作,在存在时会覆盖 wsAddressingAction 选项

CamelSpringWebserviceAddressingFaultTo

URI

使用此标头指定 WS-Addressing FaultTo,则会覆盖 faultTo 选项(如果存在)

CamelSpringWebserviceAddressingReplyTo

URI

使用此标头指定 WS-Addressing ReplyTo,在存在时覆盖 replyTo 选项

CamelSpringWebserviceAddressingOutputAction

URI

使用此标头指定 WS-Addressing Action,如果存在,则覆盖 outputAction 选项

CamelSpringWebserviceAddressingFaultAction

URI

使用此标头指定 WS-Addressing Fault Action,覆盖 faultAction 选项(如果存在)