The System Interface then keeps the connection to the Mediator open and passes the request on synchronously to the destination System and waits for the response on the same connection.
系统接口随后将到中介的连接保持为打开状态,并将请求以同步方式传递给目标系统,然后在相同连接上等待响应。
The Mediator then keeps the original connection open and passes the request synchronously to the System Interface of the target System.
中介随后将原始连接保持打开状态,并将请求以同步方式传递给目标系统的系统接口。
The target System Interface passes the response synchronously back to the source System Interface using the connection it was keeping open.
目标系统接口使用保持打开状态的连接将响应以同步方式传递回源系统接口。
应用推荐