As part of the service reply pipeline execution, a service response handler is invoked.
服务响应处理程序作为服务应答的管道执行的一部分被调用。
As part of the client response pipeline execution, the client response handler is invoked.
客户端响应处理程序作为客户端响应的管道执行的一部分被调用。
When you made the call to the server using the XMLHttpRequest object, you registered a response handler.
使用XMLHttpRequest对象请求服务器的时候注册了一个响应处理程序。
The final argument of every exported Sajax function is a response handler that handles the output of foo_bar().
每个 Sajax导出函数的最后一个参数都是一个响应处理程序,负责处理 foo_bar() 的输出。
And the asynchronous response to the invocation is sent back to the client via an asynchronous response handler declared as follows.
对调用的异步响应经由声明如下的异步响应处理程序发回给客户端。
This helps the service implementer obtain the SOAP message context from the request handler chain, and manipulate that context and associate it with the response handler chain.
这帮助服务实现者从请求处理程序链中获得SOAP信息上下文,然后处理该上下文并将其与响应处理程序链关联。
Also, the response to each of the anticipated exceptions is to do nothing, but the CONTINUE HANDLER declaration expects a complete SQL statement; hence the dummy assignment.
另外,对于每种可能出现的异常的响应是不做任何事,但是CONTINUEHANDLER声明需要一个完整的sql语句;因此使用伪赋值。
A pivot point is just another handler, but it indicates the point at which the request becomes a response.
轴心点恰恰是另一个处理程序,但是它暗示了请求成为响应的点。
Even this requires creation and installation of mediation handler list to process the response.
即使这需要创建和安装中介处理程序列表来处理响应。
As opposed to URL rewriting, the routing component knows about handlers and selects the handler that should generate a response for the requested URL.
与URL重写相反,路由组件知道处理器,并能够选择可以为请求的URL生成反应的处理器。
A handler is an object processing request, response, and fault flow.
处理程序是一个处理请求、响应和故障流的对象。
The evaluation response is then returned to the custom event handler for further actions.
然后评估响应会返回给定制的事件处理器以便执行更进一步处理。
This method puts important trigger handler information into a trigger response object.
该方法将重要的触发器处理程序信息放置到触发器响应对象。
The handler interface is oriented toward processing request and response messages.
处理程序接口则是面向处理请求消息和响应信息的。
The final HTTP handler renders the requested resource, returning the response.
最终的HTTP处理程序将返回响应,即呈现被请求的资源。
It provides information about the message handler programs that act on a service request and on the response.
它提供作为服务请求和响应的消息处理程序的信息。
That handler simply assigns the response 'q' to the special v: swapchoice variable.
那个处理器会简单地分配'q '来响应指定的v:swapchoice变量。
The container invokes this callback handler when it receives a Web service response from the request sent earlier.
当容器从此前发送的请求接收到一条Web服务响应时,即调用这个回调处理程序。
In this case, you did not specify a handler because the response is a void. Instead, you immediately reuse the addRows function that you used earlier to append the new row to your table.
在本例中,由于响应为空,所以没有指定处理函数,而是重用了前面的addrows函数,用来向表追加新行。
Retrieve response in callback handler.
获取回调处理程序中的响应。
You can use the onloaded event handler to process other form fields based on the server response.
您可以使用onloaded事件处理程序根据服务器响应处理其他表单字段。
Specifically, there are three kinds of handler chains: request, response, and error.
具体来说,有3种句柄链:请求、响应和错误。
The latter executes in a chain-alike fashion where each handler calls the next one in the chain and waits the response in synchronous scenario.
之后的handler以链的方式执行,即每个handler调用下一个handler并以同步的方式等待回应。
The effect of this is that if an event handler implements a request-response operation, then only one instance of such an event handler may be active at any point in time.
此规定的结果是,如果某个事件处理程序实现了一个请求-响应操作,则在任何时间点,只能有一个此类事件处理程序的实例处于活动状态。
Instead, the event handler for the category list populates the subcategories and forces JSF to skip to the render response phase.
相反,类清单的事件处理程序会生成子目录,并强制jsf跳过进行响应的阶段。
Every event has a handler which is a block of code that is executed in response to the occurrence of the event.
每个事件有一个处理函数,即在发生此事件时执行的代码块。
Try performing a POST against your handler to see the response from the stub, as if you were trying to create a new entry in the database.
如果正在数据库中创建新的条目,可尝试在处理程序上执行POST,来查看来自存根的响应。
The default handler is a very simple Controller interface with just one method, ModelAndView handleRequest(request, response).
默认的处理程序是非常简单的Controller接口,只有一个方法ModelAndViewhandleRequest(request,response)。
A message handler is a class that receives an HTTP request and returns an HTTP response.
消息处理器是一个接收HTTP请求并返回HTTP响应的类。
The inner handler returns a response message. (This step is asynchronous.)
内部处理器返回响应消息。(此步是异步的。)
应用推荐