WSDLMethod-class(SSOAP)
WSDLMethod-class()所属R语言包:SSOAP
Description of a SOAP method
一个SOAP方法的说明
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This class is used to describe the elements of a SOAP method as described in a Web Service Description Language (WSDL) file.
这个类是用来描述一个SOAP方法元素,如Web服务描述语言(WSDL)文件中所述。
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("WSDLMethod", ...).
创建对象可以通过电话的形式new("WSDLMethod", ...)。
插槽----------Slots----------
name: Object of class "character". The name of the method.
name类"character"的对象。该方法的名称。
parameters: Object of class "list". An ordered list of the parameter types for this method.
parameters类"list"的对象。此方法的参数类型的有序列表。
returnValue: Object of class "SOAPType". The
returnValue类"SOAPType"的对象。 “
action: Object of class "SOAPAction". The SOAP action value associated with this method.
action类"SOAPAction"的对象。与此方法相关的SOAP动作值。
namespace: Object of class "character". The namespace associated with this method.
namespace类"character"的对象。用这种方法命名空间相关联。
use: a character vector with elements for input and output indicating whether the parts of the message are encoded using some encoding rules, or definte the schema. Each value is either “literal” or “encoded”. See
use:特征向量与输入和输出消息部分是否使用一些编码规则进行编码,或definte架构的组成部分。每个值是“文字”或“编码”。见
documentation: a string providing a human-readable
documentation:提供一个人类可读的字符串
bindingStyle: the format/protocol of the XML messages sent to invoke and reply to a method, e.g. document and RPC are the most
bindingStyle:XML消息格式/协议发送调用和回复的方法,例如:文档和RPC是最
header: a list. This provides information about additional HTTP header information should be passed in the request for this operation. For example, this might be tickets/cookies that authorize the requestor to make the request.
header:一个列表。这提供了额外的HTTP头信息的信息,应通过在此操作要求。例如,这可能是车票/饼干授权的请求者的请求。
returnNodeName the name of the node in the SOAP response that is the container for the content of the response. This is often "return" but can be any legal XML node name and is often
returnNodeName SOAP响应,这是为响应内容的容器中的节点的名称。这是经常"return"但可以是任何合法的XML节点的名称,往往是
方法----------Methods----------
No methods defined with class "WSDLMethod" in the signature.
没有任何方法定义类的“WSDLMethod”签名。
作者(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:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|