从数据处理程序访问MQ标头。
确保数据处理程序保持协议独立性。
基于标头改变数据处理程序的行为。
向数据处理程序提供的主要信息包括。
此名称从数据处理程序组件上的引用获取。
This name is obtained from the reference on the data handler component. In this case it is UserServicePartner.
使用数据处理程序中的mqheader。
数据处理程序和消息标头。
逗号分隔值是带分隔符的数据处理程序的缺省配置。
A comma-separated value is the default configuration for the delimited data handler.
这个新适配器模块将随后对数据处理程序进行重用。
还为您的项目添加了数据处理程序,如图21所示。
A data handler is also added to your project, as shown in Figure 21.
这是传递到通用数据处理程序中的数据结构。
This is the data structure passed into the generic data handler.
通用数据处理程序将使用这些值来定位和调用目标服务。
The generic data handler uses these values to locate and invoke the target service.
这包括函数选择器、数据处理程序和数据绑定。
This includes function selectors, data handlers, and data bindings.
请尝试将此数据处理程序与另一个绑定一起使用并检查其行为。
Try using this data handler with another binding and check the behavior.
在早期版本中,您可以在模块的导入和导出中使用数据处理程序。
In previous versions, you could use a data handler in the import and export for a module.
数据处理程序提供了使用规范格式转换数据的通用方法。
Data Handlers provide a generic way of transforming data by using canonical formats. The transform method is used for reading data and one of the following types is passed to read the input.
从数据处理程序(图2)和自定义中介原语(图3)调用了同样的方法。
The same method is invoked from the data handler (Figure 2) and from the custom mediation primitive (Figure 3).
自定义数据处理程序配置checkinconfiguration。
平面文件适配器模块(图12)接收平面文件,并调用通用数据处理程序。
The flat file adapter module (Figure 12) receives the flat file and invokes the generic data handler.
数据处理程序负责将操作的输入和输出类型转换为有线使用的格式,反之亦然。
A Data Handler is responsible for transforming the input and output types of an operation to the format used on the wire and visa versa.
这样可使消息的有线格式对数据处理程序透明,允许任何受支持的绑定重用它们。
This makes the wire format of the message transparent to the Data Handler allowing them to be reused by any of the supported bindings.
自定义数据处理程序配置 CheckinConfiguration有很多属性
The custom data handler configuration CheckinConfiguration has a number of properties
数据处理程序解析文件,构造相应消息,并根据密码文件中存在的条目数量调用目标服务。
The data handler parsed the file, constructed a message and invoked the target service as many times as entries exist in the password file.
不过,对于方法的输入参数不包括协议标头的数据处理程序,我们应如何访问它们?
However, for Data Handlers the method input parameters do not include the protocol headers, so how do we access them?
类似地,稍后开发适配器模块时,您将了解数据处理程序组件,并可能对端到端方案进行测试。
Similarly, when you later develop the adapter module, you will understand the data handler component, and you can test the end-to-end scenario.
在阅读本文之后,您将能够创作基于MQ标头动态地转换数据的可重用数据处理程序。
After reading this article you will be able to author reusable data handlers that dynamically transform data based on a MQ header.
自定义数据处理程序ClaimCheckDataHandler是通过其转换方法调用的。
The custom data handler, ClaimCheckDataHandler, is invoked via its transform method.
它知道目标服务(蓝色)的情况,并将此信息包括在元数据中传递给通用数据处理程序。
It knows about the target service (blue) and includes this information as metadata passed to the Generic data Handler.
更重要的是,能用过滤程序和数据处理程序直接对其进行扩展,从而实现定制服务行为。
More importantly, it can be directly extended with filters and data handlers to enable custom service behaviors.
此模块知道如何调用数据处理程序,且了解其向数据处理程序提供的目标服务的具体信息。
This module knows how to invoke the data handler and has specific knowledge of the target service that it makes available to the data handler.
应用推荐