也许有人知道 Apache CXF 如何匹配在 Spring 中配置的 HTTP 管道?我的意思是,这是管道定义:
<http-conf:conduit name="{http://abc.com/wsdl}MyPortHttp.http-conduit">
<http-conf:client Connection="Keep-Alive" MaxRetransmits="1" ReceiveTimeout="180000" />
</http-conf:conduit>
如果我省略.http-conduit
部分会发生什么?实际匹配的代码在哪里?我的快速搜索没有效果。