toSOAP(SSOAP)
toSOAP()所属R语言包:SSOAP
Convert S object to SOAP format
转换小号对象,以SOAP格式
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This converts an S object to its SOAP representation, writing it out to a connection.
这个转换的对象,其SOAP表示,写出来的连接。
用法----------Usage----------
toSOAP(obj, con = xmlOutputBuffer(header = ""), type = NULL,
literal = FALSE, elementFormQualified = FALSE, ...)
参数----------Arguments----------
参数:obj
the S object to be described in SOAP format
SOAP格式的对象,可谓
参数:con
the connection on which to write the SOAP representation, usually a connection to a SOAP server.
连接上写的SOAP表示,通常是SOAP服务器的连接。
参数:type
an object that describes the target type, if available. This is typically an object which is derived from SOAPType-class that describes the details of the particular type.
一个对象,它描述的目标类型,如果可用。这通常是一个派生的对象SOAPType-class描述特定类型的细节。
参数:literal
a logical value indicating whether to use the literal format of the encoding for the seralization of objects.
一个逻辑值,该值指示是否使用文字编码格式对象seralization的。
参数:elementFormQualified
a logical value that indicates whether the nodes are to use no namespace or the target namespace of the schema in which they were defined.
一个逻辑值,表示节点是否是不使用命名空间或在其中,他们被定义的架构的目标命名空间。
参数:...
additional parameters for the methods of this generic
这个通用的方法的附加参数
值----------Value----------
The side-effect of writing the representation to the connection is the important aspect of this.
书面表示连接的副作用是对这一重要方面。
作者(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:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|