To edit or delete a message handler, repeat steps 4 through 7.
若要编辑或删除消息处理程序,请重复第4到第7步。
The adapter code simply decides the appropriate message handler to be used.
适配器代码仅仅确定要使用的适当的消息处理程序。
For more information, see the ATL topic Adding an ATL Message Handler.
有关更多信息,请参见atl主题添加atl消息处理程序。
A message handler is a class that receives an HTTP request and returns an HTTP response.
消息处理器是一个接收HTTP请求并返回HTTP响应的类。
Listing 1 shows a message handler that reads the request body while the request is being sent.
清单1显示了一个消息处理程序,用于在发送请求时读取请求主体。
Now let's consider the most powerful feature of the JAX-RPC specification, the message handler.
现在我们来考虑一下JAX-RPC规范的最强大的功能, 消息处理程序。
Number of messages on queue that would trigger the Controller to start a new message Handler task.
当队列中的消息数量达到该值时,将触发Controller启动新的Message Handler任务。
The middle tier configuration is shown below along with a simple implemention of the POJO message handler.
使用一个简单的POJO消息处理器实现时,中间层的配置如下
Message handler names that you have added appear in the right column of the reflected messages window.
已添加的消息处理程序名称出现在反射消息窗口的右列中。
This is useful when debugging or when you want a catch-all message handler as the last message handler .
该选项可用于调试或希望将一个捕获所有消息的处理程序作为最后的消息处理程序的情况。
It provides information about the message handler programs that act on a service request and on the response.
它提供作为服务请求和响应的消息处理程序的信息。
You can add a message handler to an ATL class using the Properties window; however, some results may vary.
可以用“属性”窗口向atl类中添加消息处理程序,不过有些结果可能改变。
Each program is also defined as a CICS transaction: QCTL for the controller and QMHD for the Message Handler.
每个程序也定义为一个CICS事务:QCTL作为控制器;QMHD作为消息处理器。
The Controller is responsible for starting message Handler tasks to process the messages arriving on the queues.
Controller负责启动Message Handler任务来处理到达队列的消息。
The main reason to develop a message handler is to save the data used in preparing the call to invoke the Web service.
开发消息处理程序的主要目的是保存准备调用Web服务时使用的数据。
Links EXEC CICS LINK to the CICS business application each message handler needs logic to decide which program to call.
链接EXECCICSLINK到CICS业务应用程序每个消息处理程序都需要进行逻辑判断以决定要调用哪个程序。
To configure a message handler in this case, instantiate a HandlerInfo by passing your message-handler class name as.
要在这种情况下配置消息处理程序,请通过按以下方式传入消息处理程序类名称来实例化handlerinfo。
However, the bus object that runs on the web server dispatches each of these logical messages one at a time to the message handler above.
而Web服务器上的bus对象则每次只会向如上的消息处理器发出一条逻辑消息。
Now that the message handler and adapter are finished, you add the methods to BuddyNoteView that respond to these events in the view part.
现在已经准备好了消息处理程序和适配器,将向 BuddyNoteView添加在视图部件中响应事件的方法。
The "glue code" we need to write for Form1 is just a line in the message handler to request the business layer execute the appropriate logic.
我门需要在消息处理中为FORM1写一行“粘合代码”,请求业务层执行适当的逻辑。
The trouble with this approach is that your message handler is called many times to notify you of events that are not relevant for your plug-in.
这种方法的弊端是,消息处理程序将被多次调用来向您通知事件,而这些事件可能与您的插件无关。
But here we use the call back function of second drive class with the first window, so we can't executer the message handler of first window.
但在这里我们使用了回调的第二个驱动器类功能的第一个窗口,所以我们不能执行器的第一个窗口的消息处理程序。
Whenever the Web service is invoked, a message handler reads the body of the request and saves the whole body in the body_of_request static variable.
调用Web服务时,消息处理程序将读取请求的主体,并将整个主体保存在body _ of _ request静态变量中。
The message Handler is responsible for getting messages from the queue and dispatching the appropriate business transaction to process the messages.
Message Handler负责从队列中获得消息,并将其分配给适当的业务事务以进行处理。
One way is to use a SOAP message handler (hereafter I'll also call them handlers), even though handlers are used most commonly for SOAP header processing.
一种方法是使用SOAP消息处理程序(以下简称处理程序);不过处理程序最常用于进行SOAPHeader处理。
So what you must do is to write some code in your message handler when the user clicks the buttons on the scrollbar, to move the window around on your own.
所以你必须做的是编写一些代码在您的消息处理程序,当用户单击滚动条上的按钮时,将在自己的窗口。
The alphaWorks implementation also supports Web services integration by providing an Apache Axis 2 message handler, which you can install in the Axis 2 request flow.
该 alphaWorks实现还提供了ApacheAxis2消息处理程序来支持Web服务集成,可将其安装到 Axis 2 请求流中。
Adds the message handler to the selected class or object, and then opens the text editor to the new function so you can add the control notification handler code.
向选定的类或对象添加消息处理程序,然后以新函数打开文本编辑器,以便可以添加控件通知处理程序代码。
The message will be dispatched to the window's procedure on window creation thread, that is on STA thread and the message handler would be a safe place to fire COM event from.
该消息将被派遣到在窗口创建线程窗口的程序,即在STA线程和消息处理程序将火COM事件从安全的地方。
This makes the wire format of the message transparent to the Data Handler allowing them to be reused by any of the supported bindings.
这样可使消息的有线格式对数据处理程序透明,允许任何受支持的绑定重用它们。
应用推荐