You can parse business objects into a XML document and deserialize them from the XML document using Service Data object (SDO) APIs.
您可以将业务对象解析为XML文档,并使用服务数据对象(SDO) API通过XML文档对其进行反序列化。
You can use data bindings to transform binary data to an Service data Object (SDO) data structure during inbound flow and transform the SDO to binary data during outbound flow.
可以使用数据绑定在入站流中将二进制数据转换为服务数据对象(SDO)数据结构,并在出站流中将sdo转换为二进制数据。
In this case, our data Binding class transforms the data passed in the native format from a messaging system to a Service data Object (SDO) in an SCA application and vice-versa for a response message.
在本例中,我们的数据绑定类将转换从消息传递系统以本机格式传递到SCA应用程序中服务数据对象(SDO)的数据,对于响应消息适用相反过程。
However, when working directly with the early version of SDO and its JDBC data mediator service, as you are doing here, you need to define and populate this object yourself.
不过,当直接使用SDO的早期版本及其JDBC数据中介服务时(如此处所做的),需要您自己定义和填充此对象。
However, the mediation programming model provides a Service data Object (SDO) interface to all messages and a common API for accessing properties and metadata.
然而,中介程序模型提供一个所有消息的服务数据对象(Service Data Object,SDO)接口,以及访问这些不同种类消息属性和元数据的通用API。
Service Data Object (SDO): SDO complements SCA by providing a common way to access many different kinds of data
Service Data Object (SDO):SDO提供了访问许多不同种类数据的公共方法,从而对SCA进行了补充。
A business object is an implementation of the Service data object (SDO) specification, published by IBM and BEA Systems, to provide a simplified view of data and data access.
业务对象是服务数据对象(SDO)规范(由ibm和BEA Systems发布)的实现,以提供数据和数据访问的简化视图。
For example, you might want to use another generic type system such as Service Data Object (SDO) (see Resources).
例如,你可能希望使用另外一种通用类型系统如服务数据对象(SDO)(参见参考资料)。
Listing 1 shows an XML schema that is defined by the Service Data Object (SDO) specification.
清单1为一个通过服务数据对象(SDO)规范定义的xml脚本。
Let's begin by pulling apart the term Service Data Object (SDO) to see how the name came about.
让我们首先来剖析一下服务数据对象(SDO)这个术语,看看其来源。
The Service data Object (SDO) framework provides a unified framework for data application development.
Service Data Object (SDO,服务数据对象)架构为数据应用程序开发提供了一个统一的结构。
Unlike JAX-RPC Handlers, however, they are not limited to manipulation of SOAP messages, but can handle any message represented in the Service Data Object (SDO) format.
不过,与JAX - RPC处理程序不同的是,他们不仅限于处理SOAP消息,而且可以处理以服务数据对象(Service Data Object,sdo)格式表示的任何消息。
The mediator layer is also defined as part of the Service Data Object (SDO) specification (see Resources).
中介器层也作为Service Data Object (SDO)规范的一部分进行了定义(请参见 参考资料)。
When you want a field to be set to null, you set its value to as attribute3 in Figure 17 shows, which is equivalent to calling MyBO.set("attribute2", null) using the Service Data Object (SDO) API.
需要将字段设置为null时,您可以将其值设置为 (如图17 中的attribute3 所示),这等效于使用Service Data Object (SDO) API调用MyBO.set("attribute2", null)。
When you want a field to be set to null, you set its value to as attribute3 in Figure 17 shows, which is equivalent to calling MyBO.set("attribute2", null) using the Service Data Object (SDO) API.
需要将字段设置为null时,您可以将其值设置为 (如图17 中的attribute3 所示),这等效于使用Service Data Object (SDO) API调用MyBO.set("attribute2", null)。
应用推荐