SOAPHandlers(SSOAP)
SOAPHandlers()所属R语言包:SSOAP
Get SOAP function handlers
得到的SOAP功能的处理程序
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This returns a collection of functions that are used by the .SOAP function to control exactly how the HTTP request and SOAP message is created and how the result is processed. Values are merged with the values from .SOAPDefaultNameSpaces.
这返回一个.SOAP函数用来控制究竟如何创建HTTP请求和SOAP消息以及如何处理结果的功能集合。值合并值.SOAPDefaultNameSpaces。
This is a convenient mechanism for specifying the collection of functions to use to parameterize the different aspects of the SOAP mechanism in S.
这是一个方便的机制,用于指定函数的集合,使用参数的SOAP机制的不同方面在S
用法----------Usage----------
SOAPHandlers(..., include = character(0), exclude = character(0))
参数----------Arguments----------
参数:...
name=function pairs giving values to be returned in the list of functions. These override corresponding elements in .SOAPDefaultNameSpaces.
在功能列表中返回值的名称=函数对。这些在.SOAPDefaultNameSpaces覆盖相应的元素。
参数:include
a character vector giving the names of the elements to include. This is used to identify (a few) elements that are to be kept from the defaults identified by version.
字符向量元素的名称,包括。这是用来确定(少数)的元素,是要保持从version确定的默认。
参数:exclude
a character vector giving the names of the elements to discard. This is usually deployed when we want to keep a large number of elements and it is more convenient to explicitly exclude some.
字符向量元素的名称,以放弃。这通常被部署时,我们要保持大量的元素,并明确排除一些更方便。
值----------Value----------
A named list of functions. The names correspond to the different elements that are accessed by the .SOAP function. Currently, these are
一个命名的功能列表。 .SOAP函数访问的不同元素名称对应。目前,这些都是
参数:action
convert the user-specified SOAPAction to the target one. By default, this appends #methodName to the user's value. This takes four arguments: the user's action, the name of the method, the SOAP server object and the vector of request-specific namespaces (i.e. the xmlns argument for .SOAP.
转换的目标用户指定的SOAPAction。默认情况下,这追加#methodName的用户的价值。这四个参数:用户的行动,方法的名称,SOAP服务器对象请求特定的命名空间矢量(即xmlns.SOAP参数。
作者(S)----------Author(s)----------
Duncan Temple Lang <duncan@wald.ucdavis.edu>
参考文献----------References----------
http://www.omegahat.org/SSOAP,
参见----------See Also----------
SOAPNameSpaces .merge
SOAPNameSpaces.merge
举例----------Examples----------
SOAPHandlers()
SOAPHandlers(action = function(action, method, server, xmlns) action)
SOAPHandlers(exclude="action")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|