JAX-RPC client invocation models.
JAX - RPC客户机调用模型。
This integer is then returned to the XML-RPC client.
然后这个整数返回给XML-RPC 客户端。
The subsequent block of code initializes the XML-RPC client connection to the blog server.
接下来的代码初始化到博客服务器的XML - RPC客户端连接。
As a result the RPC client needs only one network round trip for a single RPC request.
结果呢,对于单一的RPC请求,客户端仅需要一个网络往返。
Question: How to access the overloaded operations of an EJB Service using the JAX-RPC client through "wsejb" binding?
问:如何通过“wsejb”绑定使用JAX-RPC客户机访问EJB服务的过载操作?
In this article we have dealt with the most basic and important routines that any RPC client and server application makes.
在本文中,我们讨论了任何RPC客户机和服务器应用程序调用的最基本、最重要的例程。
How to access the overloaded operations of a SIBus outbound service destination directly using JAX-RPC client through the SIB binding?
如何通过SIB绑定直接使用JAX - RPC客户机访问SIBus出站服务目标的过载操作?
The core JAX-RPC package contains a fully functional JAX-RPC client for invoking Web services and a reference implementation of a JAX-RPC server.
核心JAX - RPC包包含一个用于调用Web服务的功能完备的JAX - RPC客户机以及JAX - RPC服务器的一个参考实现。
Background for the two questions: I have succeeded in accessing the overloaded operations of a standard Web service using the JAX-RPC client through SOAP binding.
这两个问题的背景是:我已经通过SOAP绑定使用JAX - RPC客户机成功地访问了标准Web服务的过载操作。
In the figure, the JSP-based Web application could be using JAX-RPC client stubs to talk to a remote Web service running on another platform, such as Microsoft.net.
在这个图中,基于JSP的Web应用程序可以使用JAX - RPC客户机存根来与运行在另一个平台(如Microsoft . Net)上的远程Web服务会话。
Unlike a typical Web browser which handles sessions automatically, the JAX-RPC client does not participate in a session with the target service endpoint by default.
与自动处理会话的典型Web浏览器不同的是,JAX - RPC客户端并不缺省的使用目标服务端点参与会话。
Note that the definition of JAX-RPC client is relative to the service which the client communicates with, and stubs for different services are deemed as different clients.
请注意JAX - RPC客户端的定义是相对于服务的,这些服务与客户端进行通信,并且不同服务的存根被认为是不同的客户端。
DCE provides a secure communication channel between a client and a server through an authenticated RPC mechanism.
DCE通过一个认证RPC机制在客户机和服务器之间提供了一个安全的通信通道。
Encoding other types requires modifying the actual RPC server and client themselves.
编码其它类型需要修改实际的RPC服务器和客户机自身。
Figure1 illustrates the way a client and server completes an RPC call over the network.
图1说明客户机和服务器通过网络完成RPC调用的方式。
If the number of lines of code for the SQL, XML-RPC listener, and client are counted, this middleware system was weighs in under 600 lines of code.
如果把SQL、XML-RPC监听器和客户端的代码行数都计算在内,估计这个中间件系统的代码会低于 600 行。
To help debug errors, I used the JSON-RPC stand-alone client lib, as shown in Listing 20.
为了帮助调试错误,我使用单独的JSON - RPC客户机库,见清单20。
One of the beauties of JAX-RPC for the client is its ability to associate context information with an endpoint's remote method call.
客户机JAX - RPC的亮点之一就在于它能把上下文信息和端点的远程方法调用关联起来。
Dynamic programming model: JAX-WS's dynamic client model is quite different from the JAX-RPC mode.
动态编程模型:JAX - WS的动态客户端模式与JAX - RPC模式差别很大。
The invocations from client to RPC adapter are all based on JSON RPC, and the returned data is encapsulated in JSON objects, which can be parsed on the client side very quickly.
由客户机发出的对RPC适配器的调用全部基于JSON RPC,因此返回的数据被封装到 JSON对象中,后者可以在客户端快速解析。
The results from the method are marshaled back to the client using the same JAX-RPC and SAAJ interfaces.
从这个方法返回的结果使用相同的JAX-RPC和SAAJ 接口被数据编入回到客户机。
Remote procedure call (RPC) is a technique for constructing distributed, client-server-based applications.
远程过程调用(rpc)是一种用于构造分布式的、基于客户端-服务器的应用程序的技术。
The client-site classes for the RPC proxy are also located in this package.
RPC代理的客户端类也在这个包中。
For more details about JAX-RPC DII, refer to Build an RPC service and client using JAX-RPC.
关于JAX -RPCDII的更多细节,参考使用JAX - RPC构建一个RPC服务和客户端。
Figure 1 is a diagram showing an actual XML-RPC conversation between a client (requesting the get_account_info RPC) and a listener who is returning the results of that procedure.
图1展示了客户端(请求get _ account_infoRPC)和监听器(它正返回那个过程的结果)之间一个实际的XML -RPC会话。
The client application receives the result from client stub and finishes the RPC call.
客户机应用程序从客户机stub接收结果并完成RPC调用。
The client RPC runtime receives it, gives it to client stub which passes the execution result to the client process.
客户机rpc运行时接收执行结果,传递给客户机stub,客户机stub再把它传递给客户机进程。
The client object files along with the client stub file is linked with the RPC runtime library to generate the client executable.
客户机对象文件和客户机stub文件与RPC运行时库链接,生成客户机可执行程序。
With a few lines of code similar to that shown below, they were able to render HTML based reports from the server directly in the Eclipse RPC based client.
只需一些类似于下面的代码,就能在基于EclipseRPC的客户端上直接获得基于HTML的报表,而这些报表都来自于服务器端。
In this approach, you have to configure the RPC handler in the client stub so that you can modify the MessageContext object to contain the partner's IDs in the handler.
在此方法中,您必须在客户机存根中配置RPC处理程序,以便对MessageContext对象进行修改,使得在该处理程序中包含合作伙伴的ID。
应用推荐