SOAPResult-class(SSOAP)
SOAPResult-class()所属R语言包:SSOAP
Description of a the result of a SOAP request
描述了一个SOAP请求的结果
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This class is used to provide access to the result of the SOAP request over HTTP. It separates the result into the header and body/content returned by the HTTP server.
这个类是用来提供访问SOAP over HTTP的请求的结果。它分离成由HTTP服务器返回的头和身体/内容的结果。
类的对象----------Objects from the Class----------
This is not typically used except within code in the SSOAP package when it is returned from a call to .SOAP. Objects can be created by calls of the form new("SOAPResult", ...).
这是通常不用于除在代码的SSOAP包内,当它被调用.SOAP从返回。创建对象可以通过电话的形式new("SOAPResult", ...)。
插槽----------Slots----------
header: Object of class "list". A named list of values from the header of the
header类"list"的对象。一个头值命名名单
content: Object of class "character". The body or content of the HTTP request. The header field provides information about how to interpret the content in this field,
content类"character"的对象。身体或HTTP请求的内容。头字段提供有关如何解释的内容,在这一领域的信息,
方法----------Methods----------
convertFromSOAP signature(val = "SOAPResult"): converts the value in the content slot to an R object,
convertFromSOAPsignature(val = "SOAPResult"):转换槽R对象的内容的价值,
作者(S)----------Author(s)----------
Duncan Temple Lang <duncan@wald.ucdavis.edu>
参考文献----------References----------
http://www.omegahat.org/SSOAP, http://www.omegahat.org/bugs.
参见----------See Also----------
.SOAP
.SOAP
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|