Representation of machine-generated interface to SOAP methods and classes
机器生成的界面表示SOAP的方法和类
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is a simple class that combines a list of functions and a list of classes that are machine-generated to provide an R interface to a SOAP server. It is just a mechanism for combining the code.
这是一个简单的类相结合的功能是机器生成的SOAP服务器提供一个R接口的类的列表列表。这仅仅是一个代码相结合的机制。
类的对象----------Objects from the Class----------
We use the function genSOAPClientInterface to create instances of this class. Objects can be created by calls of the form new("SOAPClientInterface", ...).
我们使用的功能genSOAPClientInterface创建这个类的实例。创建对象可以通过电话的形式new("SOAPClientInterface", ...)。
插槽----------Slots----------
functions: Object of class "list". A list of the functions that are proxies to the SOAP methods.
functions类"list"的对象。一个SOAP方法的代理职能的名单。
classes: Object of class "list". A list of classes defined in support of the functions. These
classes类"list"的对象。在支持的功能定义的类的列表。这些
方法----------Methods----------
No methods defined with class "SOAPClientInterface" in the signature.
没有任何方法定义类的“SOAPClientInterface”签名。
作者(S)----------Author(s)----------
Duncan Temple Lang <duncan@wald.ucdavis.edu>