8.4. 客户端端点:
客户端端点使用端点前缀 客户端
,后跟方法名称和相关选项的名称。端点 URI MUST 包含前缀 客户端
。
as2://client/method?[options]
不是强制的端点选项由 [] 表示。当端点没有强制选项时,必须提供其中一组 [] 选项。生成者端点也可以使用特殊选项 inBody
,它应包含端点选项的名称,其值将包含在 Camel Exchange In 消息中。
任何端点选项都可以在端点 URI 中提供,或者在消息标头中动态提供。消息标头名称的格式必须是 CamelAS2.<option>
。请注意,inBody
选项会覆盖消息标头,即 Body=option 中的端点
选项会覆盖 CamelAS2.option
标头。
如果没有为端点 URI 或消息标头中为 option defaultRequest 提供值,则会假定为 null
。请注意,只有其他选项无法满足匹配端点时,才会使用 null
值。
如果是 AS2 API 错误,端点将抛出一个 RuntimeCamelException,并带有 org.apache.http.HttpException 派生异常原因。
方法 | 选项 | 结果正文类型 |
---|---|---|
send | ediMessage, requestUri, subject, from, as2From, as2To, as2MessageStructure, ediMessageContentType, ediMessageTransferEncoding, dispositionNotificationTo, signedReceiptMicAlgorithms | org.apache.http.protocol.HttpCoreContext |
客户端的URI 选项
Name | 类型 |
---|---|
ediMessage | 字符串 |
requestUri | 字符串 |
subject | 字符串 |
from | 字符串 |
as2From | 字符串 |
as2To | 字符串 |
as2MessageStructure | org.apache.camel.component.as2.api.AS2MessageStructure |
ediMessageContentType | 字符串 |
ediMessageTransferEncoding | 字符串 |
dispositionNotificationTo | 字符串 |
signedReceiptMicAlgorithms | string[] |