server(SSOAP)
server()所属R语言包:SSOAP
Information about a programmatically generated function
编程生成的函数的信息
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These functions provide information about a function that was programmatically created by processing a WSDL file. It allows the R user to find out characteristics of these functions without having to understand the particular structure of the functions, i.e. the environments and the meta-data being stored in that environment and the default server object in a parent environment shared by all the generated functions.
这些功能提供了一个编程处理WSDL文件创建功能的信息。它允许R用户找出这些功能的特性,而不必了解特定功能结构,即环境和元数据存储在这种环境中,在父环境的默认服务器对象生成的所有共享功能。
The help function merely makes the regular help function in base generic.
只是帮助功能,使基地通用定期帮助功能。
When these functions are serialized and written to a file, these methods no longer work at present. This can be remedied.
当这些功能序列,并写入到一个文件,这些方法不再是目前的工作。这是可以补救的。
用法----------Usage----------
server(fun, ...)
returnType(fun, ...)
returnConverter(fun, ...)
参数----------Arguments----------
参数:fun
the function object whose characteristics are being queried. This is a programatically generated function as part of the WSDL processing. This should be of class WSDLGeneratedSOAPFunction.
正在质疑其特征函数对象。这是一个编程生成的WSDL处理的一部分功能。这应该是类WSDLGeneratedSOAPFunction。
参数:...
additional arguments so that these generic functions can be useful to other packages.
额外的参数,使这些通用功能可能是有用的其他包。
值----------Value----------
These merely provide information about the contents of the environment of the generated function.
这些仅仅是提供有关环境所产生的功能内容的信息。
注意----------Note----------
When they are serialized to a file, this information is no longer available at present
当它们被序列化到一个文件中,这些信息不再是目前可用
作者(S)----------Author(s)----------
Duncan Temple Lang
参见----------See Also----------
processWSDL
processWSDL
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|