SOAPType-class(SSOAP)
SOAPType-class()所属R语言包:SSOAP
Classes for representing types for SOAP values
类为代表的SOAP值类型
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These classes are for representing types from SOAP-related schema. They are used in describing SOAP methods read from a Web Service Description Language (WSDL) file.
这些类是代表从SOAP相关的架构类型。它们被用来描述SOAP方法从Web服务描述语言(WSDL)文件中读取。
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("SOAPType", ...). More typically, however, these are created by reading a WSDL file using processWSDL.
创建对象可以通过电话的形式new("SOAPType", ...)。然而,通常情况下,这些都是由使用processWSDL读取WSDL文件。
插槽----------Slots----------
name: Object of class "character". The name for the type of value being described.
name类"character"的对象。被描述为值类型的名称。
ns: Object of class "character". The shorthand for the XML namespace associated with this type.
ns类"character"的对象。与此类型关联的XML命名空间的简写。
nsuri: Object of class "character". The URI/identifier that identifies the XML namespace associated with this type.
nsuri类"character"的对象。该URI /标识,标识与此类型关联的XML命名空间。
方法----------Methods----------
toSOAP signature(obj = "vector", con = "ANY", type = "SOAPType"): convert an R object to its SOAP representation for the
toSOAPsignature(obj = "vector", con = "ANY", type = "SOAPType"):转换为一个R对象的SOAP表示
作者(S)----------Author(s)----------
Duncan Temple Lang <duncan@wald.ucdavis.edu>
参考文献----------References----------
http://www.omegahat.org/SSOAP, http://www.omegahat.org/bugs.
参见----------See Also----------
processWSDL
processWSDL
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|