查看文档:{{3}}我知道适配器仅用于单向通信。但是,只给出了这些类的XML配置示例。
我正在尝试将它们配置为Java bean,但我找不到任何有关如何执行此操作的文档。请举例说明如何在Java配置中配置以下内容:
<int-ip:tcp-outbound-channel-adapter
id="outboundClient" channel="rsp_transformed" connection-factory="client" />
<int-ip:tcp-inbound-channel-adapter
id="inboundClient" channel="req" connection-factory="client" client-mode="true" />