1. This enrichment is done within the request flow by calling out to a customer information system, implemented using a Service Invoke primitive.
此充实是通过调用客户信息系统在请求流中执行的,并且使用服务调用原语实现。
来自互联网
2. Invoke the above generic method, which must always be called before processing the request.
调用上述的泛型方法(通常在处理请求前调用该方法)。
来自互联网
3. The ORB would then intercept the message and be responsible for finding an object that could implement the request, pass it the parameters, invoke its method, and return the results.
ORB截获这条消息,并负责搜索一个能执行该请求的对象,将参数传递给它,调用它的方法,然后返回结果。
来自互联网
4. The IOR is critical to IIOP and any client that wants to invoke a method on an object will send a Request message to the host and port address detailed in the IOR.
5. This interface is used by the HTTP request handler to invoke different types of scripts based on their file extensions.
HTTP请求处理程序会使用此接口基于脚本的文件扩展名调用不同类型的脚本。
来自互联网
6. It transforms the data received in the request to match what's required to invoke the service.
它转换请求中收到的数据以匹配调用服务所需的数据。
来自互联网
7. The remote access plan contained in the RPD operator is constructed by the wrapper and contains the necessary specification to invoke the remote request from the non-relational data source.
RPD操作符中的远程访问计划是由包装器构造的,其中包含为调用来自非关系数据源的远程请求所需的规范。
来自互联网
8. After initializing the appropriate HTTP modules, the ASP.NET engine determines what HTTP handler or HTTP handler factory to invoke for the given request.
9. The consumer can't just put a request on any request channel; it has to know the right channel to use to invoke the particular service it needs.
使用者不能将请求随便放到一个请求通道中,它必须知道用于调用其所需的特定服务的合适通道。
来自互联网
10. Synchronous – The consumer uses a single thread to invoke the service; the thread sends the request, blocks while the service is running, and waits for the response.
同步——使用者通过单个线程调用服务;该线程发送请求,在服务运行时阻塞,并且等待响应。
来自互联网
11. As soon as the response is received, the requester can invoke a subsequent request.
只要接收到响应,请求者就可以调用后续请求了。
来自互联网
12. The last three phases of the request processing life cycle (Update Model Values, Invoke Application, and Render Response) are not needed when the form is auto-saved.
13. The request processor USES the request URI to find, match, and invoke the corresponding resource class and method.
请求处理器使用请求uri寻找、匹配和调用相应的资源类和方法。
来自互联网
14. The service provider parses the request message and determines that it has to invoke a back-end function that requires a 5 second timeout.
服务提供程序解析请求消息,确定必须调用需要5秒超时的后端函数。
来自互联网
15. You would typically invoke such methods during the processing of a POST request.
通常在处理POST请求期间调用这些方法。
来自互联网
16. Asynchronous - the consumer USES a pair of threads to invoke the service; one thread sends the request, then a separate thread receives the response.
异步——使用者通过两个线程调用服务;一个线程发送请求,而另一个单独的线程接收响应。
来自互联网
17. A request generally consists of the name of the method to invoke on the remote server, and the arguments.
请求通常由调用远程服务器上的方法名称和参数组成。
来自互联网
18. You can place any number of Service Invoke primitives within the request or response mediation flow.
您可以在请求或响应中介流中放置任意数量的ServiceInvoke原语。
来自互联网
19. Invoke the WSDL operation and view details of the soap request and response.
调用WSDL操作并查看soap请求和响应的细节。
来自互联网
20. In the case of interruptible flows, you can handle the two-way asynchronous services by using an Invoke activity to send the request and a receive activity to receive the reply.
21. By clicking the test Adapter TAB at the bottom of the canvas containing the Web service description, you can test the operation by editing the request document and clicking Invoke Web service.
通过单击位于(包含Web服务描述的)工作区底部的TestAdapter附签,可以测试操作,即编辑请求文档并单击Invoke Web Service。
来自互联网
22. We write our code in such a way that we invoke some abstract method, and some underlying, hidden logic is responsible for dispatching the request to an appropriate implementation, as follows.
我们以特定的方式编写代码,以调用抽象方法,使某个基础隐藏逻辑负责将请求调度到恰当的实现,如下所示。
来自互联网
23. Invoke MarkAsDupliate on the new request.
对新请求调用MarkAsDupliate。
来自互联网
24. The code in Listing 1 shows how to create the HTTP client for Amazon SQS, instantiate the CreateQueueRequest object, and invoke the queue creation request.
25. After the request, invoke the CreditAgency module synchronously.
在请求之后,同步调用CreditAgency模块。
来自互联网
26. They all have an AsyncCallback that allows GWT to invoke the callback once the server-side implementation of the interface finishes processing the request made to it.
27. To summarize, REST is simply a specification that indicates a standard approach for a user to invoke operations on a Web resource using HTTP request methods in a Web service style.
28. How to use such semantic request and response to invoke Web services.
怎样利用语义请求和响应来调用Web服务?
来自互联网
29. In Listing 7, you send a request from console, in two forms, to invoke the list action on the trails controller.
在清单7中,从控制台以两种形式发送请求,调用trails控制器的list动作。
来自互联网
30. In our model, the servlet process does some work on the incoming request, queries a database, and then USES the information picked from the database to invoke a Web service.