中介模块记录每个请求和每个响应消息,并将请求路由到实际服务逻辑的两个实现之一。
The mediation module logs each request and each response message, and routes the requests to one of two implementations of the actual service logic.
这样可以看到哪些模块在执行并且浏览器每次请求新页面时的顺序。
In this way, you see which modules execute and in what order every time the browser requests a new page.
入站请求的自定义登录模块,用来创建或检索令牌,这取决于它是初始登录还是传播登录。
Custom login module for inbound requests to create or retrieve the token, depending whether it is an initial login or a propagation login.
通过编写这种模块,编程人员可以直接管理特定类型资源的请求,并且在各种预处理步骤中挂起当前请求。
By writing such modules, developers can directly take over requests for specific resource types and hook up the current request at various predefined steps.
不包含中介流组件的中介模块通常用于在服务请求者和提供者之间进行协议转换。
A mediation module that does not contain a mediation flow component is typically used for protocol conversion between service requesters and providers.
导入使用资源适配器将更新的信息写入数据库,该数据库为该模块的出站服务请求。
The import USES the resource adapter to write the updated information to the database, which is an outbound service request from the module.
它通过中介模块,为服务请求者和服务提供者之间的消息提供中介。
It mediates messages between service requesters and service providers via mediation modules.
目标服务器调用rmi_inbound登录配置中的登录模块,以便从传入的请求获得凭据。
The target server invokes the login modules from the RMI_INBOUND login configuration to pick up the credentials from the incoming request.
PAM运行堆中的所有模块,根据它们的结果允许或拒绝用户的请求。
PAM runs through all the modules in the appropriate stack and, depending on their results, grants or denies the user's request.
当Web浏览器请求PHP脚本时,运行在Apache服务器中的 PHP模块便将这些脚本呈现为HTML 形式。
The PHP scripts, when requested by a Web browser, are rendered into HTML by the PHP module running in the Apache server.
出站请求组件使用Login模块以执行登录,以使用合适的标识进行远程调用。
The outbound request component USES the login module to perform a login to make the remote invocation with the appropriate identity.
首先,我们导入ZSI客户机模块和binding类,这个类实现建立和调用SOAP请求的机制。
First of all we import the ZSI client module, and the Binding class, which implements the machinery for setting up and invoking SOAP requests.
如果匹配,则ODR尝试定位请求应该被路由到的web模块。
If there is a match, then the ODR attempts to locate the web module to which the request should be routed.
打开dynamicroute中介模块的MediationFlowEditor,在请求流中启用瞬态上下文。
Enable a transient context in the request flow by opening the mediation flow editor for the DynamicRoute mediation module.
可以使用指定的IO模块重写任何url,从而通过内置的HomepageAjax代理重新路由Ajax请求。
The IO module specified can be used to rewrite any URL to reroute the AJAX requests through the build-in Home page AJAX proxy.
BusinessSpace内的服务监控小部件为SCA模块调用和公开的服务度量响应时间和请求吞吐量。
The Service monitoring widget within BusinessSpace measures the response time and request throughput for services invoked by and exposed by an SCA module.
应用程序对象给所有注册的HTTP模块一个预处理该请求的机会,并找出那种处理类型最适合处理该请求。
The application object gives all registered HTTP modules a chance to preprocess the request and figures out what type of handler can best handle the request.
对于由asp.net引擎处理的每个请求,将初始化每个已配置的HTTP模块,并允许将事件处理程序绑定到处理请求期间所引发的事件。
For each request processed by the ASP.NET engine, each configured HTTP module is initialized and allowed to wire up event handlers to the events raised during the processing of the request.
标识虚拟化意味着,请求者把中介模块或中介作为提供者,而中介则可以将该请求路由到“真正的”提供者。
Virtualization of identity implies that a requestor sees the mediation module, or mediation, as the provider, and that the mediation can route that request to a "real" provider.
你可以使用来自搜索电影的HTTP请求中的自定义代码模块中的输出结果。
You can use the output from this custom code module in the HTTP request that you use for the movie search.
中介流组件看到的调用样式部分由接收请求的中介模块导出上使用的绑定决定的。
The invocation style that the mediation flow component sees is partly determined by the binding used on the mediation module export that receives the request.
现在,您必须执行一些额外设置,才能创建表示图19中的现有请求者的业务模块。
You must now perform an extra bit of set-up before creating a business module that represents the existing requester in Figure 19.
SCA导出——公开模块中的SCA服务组件或中介流组件,并使得该中介模块外部的服务请求者可以访问它。
SCA exports — Expose an SCA service component or mediation flow component in a module and make it accessible to service requesters external to the mediation module.
这个网关执行我们前面提到的所有面向方面的功能来公开服务操作,然后基于被调用的操作将这些请求路由到不同的模块。
The gateway performs all of the aspect oriented capabilities noted above to expose the service operations, then routes the requests based on the operation called to separate modules.
该中介模块将批处理请求中的检查数量用作确定将此请求路由到哪个内部端点的标准。
The mediation module will use the number of checks in the batch request as the criterion for determining which internal endpoint this request will be routed to.
中介模块还执行从服务响应消息格式到原始请求格式的逆向转换。
It also does the reverse transformation from the service response message format to the format of the originating request.
现在创建表示图19中的请求者的业务模块。
Now create a business module that represents the requester in Figure 19.
初始化相应的HTTP模块后,ASP.NET引擎将确定为给定的请求调用哪个HTTP处理程序或HTTP处理程序工厂。
After initializing the appropriate HTTP modules, the ASP.NET engine determines what HTTP handler or HTTP handler factory to invoke for the given request.
首先研究请求的开始阶段,请求将附带一些安全信息,这些信息的形式是包含若干JAAS登录模块的登录配置所创建的主题。
Starting at the beginning of a request, the request will get some security information attached to it in the form of a subject created by a login configuration containing several JAAS login modules.
目标服务器接收传入的请求,并开始调用 RMI_INBOUND登录配置中的登录模块。
The target server receives the incoming request and starts invoking the login modules from the RMI_INBOUND login configuration.
应用推荐