To do this, you need a stub class of the remote object.
要做到这点,需要一个远程对象的存根类。
To invoke a remote function, the client makes a call to the client stub.
为调用一个远程函数,客户程序要调用客户机存根。
The client application can easily invoke the remote Web service through its stub.
通过这个存根客户端应用程序可以轻松的调用Web服务的远程接口。
The stub class contains method signatures of the remote object.
存根类包含远程对象的方法签名。
The client application invokes methods directly on a remote object's stub.
客户机应用程序直接调用远程对象存根上的方法。
The stub is responsible for carrying out method execution on the actual remote object.
该存根负责实现实际远端对象上的方法执行。
As far as the client is concerned, this stub object is the remote object.
就客户而言,该存根对象就是远端对象。
As far as the client is concerned, this stub object is the remote object.
就客户而言,该存根对象就是远端对象。
应用推荐