它使用接口和业务对象与其他组件通信。
It communicates with other components using interfaces and business objects.
现在我们已使测试对我们的模拟对象使用两个接口。
We now have enabled the tests to use both interfaces to our mock object.
清单3演示了当使用清单2中的服务接口定义时,简单对象访问协议(SOAP)响应消息的格式。
Listing 3 illustrates what the Simple Object Access Protocol (SOAP) response message looks like when using the service interface definition in Listing 2.
还可以使用此接口创建普通对象,而不调用它们的构造函数。
You can also create vanilla objects without calling their constructors using this interface.
这些事件作为中间媒介,使用导致调用业务对象映射的接口映射组件。
Those events are intermediated using the interface map component that results in the invocation of a business object map.
这意味着您必须创建组件之间的接口映射,并使用您刚才创建的业务对象映射,以便仅传递客户名称和电子邮件地址。
This means you must create an interface map between the components and use the business object map you just created so that only the customer name and email address are passed on.
对于那些可进行本地解析的服务,可以使用该接口调用实际的服务对象。
For services that could be resolved locally, the actual service object would be called using the interface.
导入需要模块中的组件可以调用其操作的接口,并且操作需要业务对象来包含操作使用的业务数据。
The import requires an interface with operations that the components in you module can call, and operations require business objects to contain the business data the operation USES.
使用SOMA接口可以创建、修改和检索任何对象的配置。
Any object's configuration can be created, modified, and retrieved using the SOMA interface.
要使用分布式对象的服务,必须通过接口与之交互。
To use the service of a distributed object, you must interact with it through the interface.
现在已创建了该业务对象,下面可以创建将由BPEL流程使用的服务接口了。
Now that the Business Objects are created, you can create the service interfaces that will be used by the BPEL process.
多个支持接口中使用的业务对象的XSD文件。
XSD files supporting the business objects used in your interface.
模拟对象的一个额外功能是控制器接口,它使测试框架能够查询是否使用预期数据值调用了模拟对象。
An extra capability of the mock object is a Controller Interface that enables the test framework to query whether it was invoked with the expected data values.
由于接口和这些接口使用的业务对象对流程或任务的所有版本都必须完全相同,因此应该考虑使用弱类型接口。
Because interfaces and business objects used by these interfaces must be identical for all versions of a process or task, consider using weakly-typed interfaces.
在图1中,客户机代码通过接口使用服务器对象。
In Figure 1, the client code makes use of a server object through its interface.
为了加强服务的跨平台的互操作性,这样的架构通常定义语义消息模型——企业范畴的业务对象,它们被服务接口定义使用。
In order to enhance services interoperability, such architecture usually defines semantic messaging model - enterprise-wide business objects, used for the services interface definitions.
业务对象和接口可供您使用。
The business objects and interfaces are ready for you to use.
清单2接口设计为针对特定类型对象的特定属性使用。
The Listing 2 interface is designed to be used with a particular property of a particular type of object.
例如,在创建的接口中可以使用后来将定义的业务对象类型。
For example, there is no reason you couldn't create interfaces that use business object types that you will define later.
您还可以使用一个应用程序对象来实现Resource接口以支持动态属性。
You could also use an application object to implement the Resource interface to support dynamic properties.
可以把Web服务考虑为对象,可以通过WSDL接口公开并且使用SOAP通过因特网远程访问。
Think of web services as objects that you can expose through WSDL interfaces and access remotely across the Internet using SOAP.
这意味着,用户可以仅使用DataObject接口中定义的方法类获取和设置数据对象的属性,而无需使用静态api场景中生成的API。
This means that users can only use methods defined in the DataObject interface to get and set properties of the data object instead of using APIs generated in the static APIs scenario.
每个线程都将有一个作用域可进入,如果它需要使用WorkerConsole接口(对象将在其中创建)。
Each thread will also have a scope to enter if it needs to use the WorkerConsole interface (where objects would be created).
系统集成总线 (SIBus)使用服务数据对象(Service Data Objects,SDO)的动态接口。
The system integration bus (SIBus) uses the dynamic interface for Service Data Objects (SDO).
并且这些与通信有关的新函数使用“Talk”接口本身与我们的对象“愉快”地进行交互。
And these new talk-related functions happily interact with our objects by using the "talk" interface themselves.
在实例化公开名为Context的JNDI接口的对象时,会使用这些属性。
These properties are used while instantiating an object that exposes a JNDI interface named Context.
否则,就可以使用生成的消息接收器类,其在基于Axis2AXIOM的接口和使用数据对象的服务代码之间进行适配。
Otherwise, you use a generated message receiver class that ADAPTS between the Axis2 AXIOM-based interface and service code that USES data objects.
Customer类也有几个方法,由添加到顶级映射对象的接口使用。
The Customer class also has several methods used by the interfaces added to a top-level mapped object.
使用PortableRemoteObject .narrow方法将返回的远程对象压缩为ejb本地接口的类型。
Use the PortableRemoteObject.narrow method to narrow the returned remote object to the type of EJB home interface.
使用PortableRemoteObject .narrow方法将返回的远程对象压缩为ejb本地接口的类型。
Use the PortableRemoteObject.narrow method to narrow the returned remote object to the type of EJB home interface.
应用推荐