1. 调用为绑定协议和实现技术提供调用逻辑。
Invokers provide the invocation logic to binding protocols and implementation technologies.

来自互联网

2. 当一个调用器关闭的时候,它会关闭在它控制之下的所有应用程序。
As soon as a debugger shuts down, it terminates all the applications that were under its control.

来自互联网

3. 拦截是一种特殊的调用器,它提供其他的功能,比如数据转换、安全性和事务控制。
Interceptors are a special kind of invokers that provide additional function, such as data transformation, security, and transaction control.

来自互联网

4. JBoss自带了一些开箱即用的工具,比如我们这里会用到的对象调用器或JMS路由
JBoss comes with several out of the box actions such as the Object Invoker or the JMS router that we use here.

来自互联网

5. TuscanyRuntimeWire调用器随后接收本地消息并找到合适的调用链来执行调用
The Tuscany RuntimeWire invoker then receives the native message and finds the correct invocation chain to call.

来自互联网

6. 各种调用和拦截创建一条消息,设置有效负荷,设置TargetInvoker,并将消息沿着调用链传输。
Various invokers and interceptors create a message, set the payload, set the TargetInvoker, and pass the message down the chain.

来自互联网

7. 方法句柄可以同时作为函数的pointer和combinator,允许用内置的方式建立一个从调用器到被调用者的调用协议。
Method handles act as both function Pointers and as function combinators, allowing a built-in way to construct a call protocol flow from a caller to a callee.

来自互联网

8. 方法句柄可以同时作为函数的pointer和combinator,允许用内置的方式建立一个从调用器到被调用者的调用协议。
Method handles act as both function Pointers and as function combinators, allowing a built-in way to construct a call protocol flow from a caller to a callee.

来自互联网