查询
1 词典释义:
invoker
时间: 2024-11-24 15:02:52
英 [ɪnˈvəʊkə]

n.祈求者;用以祈求之物;招鬼者;召唤鬼怪之物

双语例句
  • The output result is then sent back to the invoker.

    于是输出结果就会发回给调用者。

  • The caching pattern was employed to store proxy and invoker objects for future use.

    缓存模式被用来存储代理和调用程序对象,以供将来使用。

  • A corresponds to a single piece of information moving between the invoker and the service.

    一个对应在调用者和服务之间传递的一条信息。

  • Complex data types are first converted into XML using JAXB and then passed to the service invoker.

    会首先使用JAXB将复杂数据类型转换为XML,然后传递给服务调用者。

  • This Element array is the output parameter set for the invoker and is returned to the Axis server.

    此 Element 数组是调用方的输出参数集,将返回到 Axis 服务器。

  • There will most likely also be some business entity passed between the service invoker and provider.

    很可能在服务调用者和提供者之间存在某个业务实体。

  • The sending server makes a remote invocation and places the identity for the invoker into the request.

    发送服务器进行远程调用,并将调用者的标识放到请求中。

  • On reflection, it would have been better if the proxy and invoker classes had been automatically generated.

    根据事后反思,如果代理和调用程序类是自动生成的,则会更好。

  • Virtual methods have been added which extend the invoker when used in advanced instances. The new methods include.

    ActionInvoker中添加了一些virtual方法,能够在高级情景下用于扩展invoker。

  • JBoss comes with several out of the box actions such as the Object Invoker or the JMS router that we use here.

    JBoss自带了一些开箱即用的工具,比如我们这里会用到的对象调用器或JMS路由器。

  • The Port Destination sends it to the bus Invoker module for the protocol being used (which is not exposed to users).

    端口目的地将其发送到正在使用的协议的总线 Invoker 模块(没有公开给用户)。

  • The Tuscany RuntimeWire invoker then receives the native message and finds the correct invocation chain to call.

    Tuscany RuntimeWire调用器随后接收本地消息并找到合适的调用链来执行调用。

  • The bus Invoker module sends the SOAP message to the Web service provider using the endpoint address in the WSDL file.

    总线Invoker模块通过WSDL文件中的端点地址将SOAP消息发送到Web服务提供者。

  • A sequence diagram consists of a sequence of method invocations among a group of method owners and an initial invoker.

    一个序列图由在处于一组方法所有者及一个初始发起者之间的,一系列方法标记组成。

  • The agent knows who the invoker of the agent is because the agent is running with the "Run as Web user" property activated.

    代理知道代理调用者是谁,这是因为它是在设置了“Run as Web user”属性的情况下运行的。

  • The caching of proxy and invoker objects supported efficient use of resources, along with pooling of threads in the executor.

    对代理和调用程序对象进行缓存,配合执行程序中的线程池,可以提高资源的使用效率。

  • Then the invoker got up and extinguished the light in the hall, so that no glimmer might come through the slit under the door.

    然后,召唤者起身,熄灭了厅堂的灯,这样,连门下的缝隙也透不过一丝光线。

  • Ed from service provider details with well-defined interfaces supported by explicit interfaces, and proxy and invoker objects.

    是利用经过良好定义的接口从服务提供者的细节中抽象出来的,这些接口由显式接口以及代理和调用程序对象提供支持。

  • The SAML token will contain the Distinguished Name (DN) of the original invoker and will be signed by the client domain gateway.

    SAML令牌将包含初始调用程序中的专有名称(DN),并由客户端域网关签名。

  • In addition, creating an outbound service automatically routes replies from the service invoker to the default reply destination.

    此外,通过自动创建出站服务,还可以将应答从服务调用程序路由到缺省的应答目的地。

  • Similarly, if an error occurs, the invoker of the procedure needs to decide whether to roll back the process to that point or not.

    同样,如果发生错误,那么过程的调用者需要决定是否将过程回退。

  • Notification events were communicated to observers with call-back explicit interfaces and their respective proxy and invoker objects.

    通知事件通过回调型显式接口以及与之对应的代理和调用程序对象,与观察器进行通信。

  • Here the blue shadow is the local time for the Invoker component, and the red shadow is the local time for the InvokeeSync component.

    这里的蓝色阴影是Invoker组件的本地时间,红色阴影是InvokeeSync组件的本地时间。

  • A one-to-one relationship was established between proxy and invoker objects, with the explicit interface being the common association.

    代理和调用程序对象之间建立了一对一的关系,而显式接口则充当了常用的关联方式。

  • It also helped to ensure that proxy and invoker objects were not associated with particular remote implementations of explicit interfaces.

    它还能确保代理和调用程序对象与显式接口的特定远程实现没有关联。

  • A partial "service Generator" was written that generated skeleton code for proxy, invoker, and service classes from an explicit interface.

    “服务生成器”的功能是根据显式接口为代理、调用程序和服务类生成框架代码,它已经被部分编写出来。

  • The Stand-alone Reference invokes the component Invoker by the typical synchronous invocation, which is the same pattern as the example in Part 1.

    Stand - alone Reference通过典型的同步调用来调用组件Invoker,此模式与第1部分中的示例相同。

  • A similar lookup mechanism was established to enable the executor implementation to lookup invoker objects based on the interface being invoked.

    类似的查询机制也被建立起来,使执行程序实现能根据调用的接口查询相应的调用程序对象。

  • When the invocation between Invoker and InvokeeSync is an asynchronous callback invocation, you get the breakdown view shown in Figures 17 and 18.

    当Invoker与InvokeeSync之间的调用是异步回调调用时,您将获得如图17和18所示的细分视图。

  • This method first tries to resolve the required proxy in a local cache (see above) and if it is found there immediately returns it back to the invoker.

    这个方法首先尝试在本地缓存中解析所需的代理(见上),如果找到就立刻将之返还给调用者。