SendAS2MDN
描述:
无描述信息
标签:
as2, send, mdn
参数:
如下列表中,必填参数则标识为加粗. 其他未加粗参数,则表示为可选参数。表中同时提到参数默认值设置, 并且 参数还支持 表达式语言.
名字 | 默认值 | 允许值列表 | 描述 |
---|---|---|---|
发送者 | 控制器服务API: PrivateKeyManager 实现: AS2PrivateKeyManager | AS2 Sender Private Key ControllerService | |
接收者 | 控制器服务API: PublicKeyManager 实现: AS2PublicKeyManager | AS2 Receiver Public Key ControllerService | |
接收方接口地址 | Destination URL to send the request to | ||
接收方接口地址 | Destination URL to send the request to 支持表达式语言 (支持流属性和变量) | ||
状态 | processed | - processed - error | 无描述信息 |
返回信息 | message 支持表达式语言 (支持流属性和变量) |
连线:
名字 | 描述 |
---|---|
Original | The original FlowFile will be routed upon success (2xx status codes). It will have new attributes detailing the success of the request. |
Failure | The original FlowFile will be routed on any type of connection failure, timeout or general exception. It will have new attributes detailing the request. |
Retry | The original FlowFile will be routed on any status code that can be retried (5xx status codes). It will have new attributes detailing the request. |
No Retry | The original FlowFile will be routed on any status code that should NOT be retried (1xx, 3xx, 4xx status codes). It will have new attributes detailing the request. |
Response | A Response FlowFile will be routed upon success (2xx status codes). If the 'Output Response Regardless' property is true then the response will be sent to this relationship regardless of the status code received. |
读取属性:
未提供。
写入属性:
未提供。
状态管理:
该组件不保存状态。
限制:
该组件没有限制
输入流要求:
组件必须提供输入流。
系统资源考量:
未提供。