Your application instantiates the stub class and calls its methods locally.
应用程序实例化存根类并在本地调用它的方法。
It contains a number of methods that make it easier for a client to obtain a client side stub to the service.
它包括多个方法,这些方法使客户机可以容易地获得服务的客户端存根。
You can either work with the stub directly, as shown in Listing 1 and Listing 2, or just use the interface to see only those methods that are part of the service definition.
可以直接使用存根,如清单1和清单2中所示,还可以使用接口来仅仅使用属于服务定义的方法。
Stub and dynamic proxy methods use the Service Endpoint Interface (SEI).
存根和动态代理方法使用服务端点接口(Service Endpoint Interface,SEI)。
Listing 1. Stub methods for system.groovy.
清单1. system .groovy的根存方法。
A stub class defines all the methods that an SEI defines, therefore, a client can invoke methods of a web service directly via the stub class.
一个存根类定义一个SEI定义的所有方法,因此,一个客户机可以通过存根类直接调用Web服务方法。
After you've created an instance of the stub, you can optionally use methods defined by the base org.apache.axis2.client.Stub class to configure various features.
创建了存根的实例后,可以选择使用or g . apache . axis2 . client . Stub基类定义的方法来配置各个功能。
I can build a simple stub that has an array list as a property, then implement some simple data access methods quickly, as Listing 2 shows.
我就可以构建一个简单的存根(具有作为属性的数组列表),然后快速实现一些简单数据访问方法,如清单2所示。
The client application invokes methods directly on a remote object's stub.
客户机应用程序直接调用远程对象存根上的方法。
The stub implements this interface and adds some specialized methods used internally.
存根实现此接口,并添加一些供内部使用的方法。
Either way, when you call one of the service methods the stub handles converting request data objects to XML, and returned XML to response data objects, using your selected data-binding framework.
无论采用哪种方式,调用服务方法时,存根都将使用所选数据绑定框架处理将请求数据对象转换为XML,以及将返回的xml转换为响应数据对象的工作。
This method is completely different that the other two methods. A stub or proxy class is not required.
这种方法与前两种方法完全不同,它不需要stub或代理类。
Apache Pubscribe: This framework supports the WS-Notification standard and provides stub messages and methods.
ApachePubscribe:此框架支持WS - Notification标准,并提供桩消息和方法。
So the first step was to stub out the classes and methods with Eclipse and the specification open side-by-side.
因此,第一步是并排打开Eclipse和CM IS规范,标出(stub out)类和方法。
The object provides methods that let COM query for the correct proxy/stub implementation (see Inside OLE for details).
对象提供方法让COM查询正确的代理/存根实现。
With the simulation of a shielded single-stub filter, these three methods nearly get the same result.
通过对屏蔽微带单支线滤波嚣的计算,可以看出,这三种方法一致性比较好。
With the simulation of a shielded single-stub filter, these three methods nearly get the same result.
通过对屏蔽微带单支线滤波嚣的计算,可以看出,这三种方法一致性比较好。
应用推荐