このマニュアルは既にメンテナンスが終了したバージョンの Ruby を対象としています。 最新版のマニュアルへ

Ruby 1.8.7 リファレンスマニュアル

class SOAP::RPC::Driver

要約

目次

特異メソッド
インスタンスメソッド

特異メソッド

__attr_proxy(symbol, assignable = false)[permalink][rdoc]

[TODO]

new(endpoint_url, namespace = nil, soapaction = nil)[permalink][rdoc]

[TODO]

インスタンスメソッド

add_document_method(name, soapaction, req_qname, res_qname)[permalink][rdoc]

[TODO]

add_document_operation(soapaction, name, param_def, opt = {})[permalink][rdoc]

[TODO]

add_rpc_method(name, *params)[permalink][rdoc]
add_method(name, *params)

[TODO]

add_rpc_method_as(name, name_as, *params)[permalink][rdoc]
add_method_as(name, name_as, *params)

[TODO]

add_rpc_method_with_soapaction(name, soapaction, *params)[permalink][rdoc]
add_method_with_soapaction(name, soapaction, *params)

[TODO]

add_rpc_method_with_soapaction_as(name, name_as, soapaction, *params)[permalink][rdoc]
add_method_with_soapaction_as(name, name_as, soapaction, *params)

[TODO]

add_rpc_operation(qname, soapaction, name, param_def, opt = {})[permalink][rdoc]

[TODO]

allow_unqualified_element[permalink][rdoc]
allow_unqualified_element=(value)

[TODO]

call(name, *params)[permalink][rdoc]

[TODO]

default_encodingstyle[permalink][rdoc]
default_encodingstyle=(value)

[TODO]

endpoint_url[permalink][rdoc]
endpoint_url=(value)

[TODO]

generate_explicit_type[permalink][rdoc]
generate_explicit_type=(value)

[TODO]

headerhandler[permalink][rdoc]
headerhandler=(value)

[TODO]

httpproxy[permalink][rdoc]
httpproxy=(httpproxy)

[TODO]

inspect[permalink][rdoc]

[TODO]

invoke(headers, body)[permalink][rdoc]

[TODO]

loadproperty(propertyname)[permalink][rdoc]

[TODO]

mandatorycharset[permalink][rdoc]

[TODO]

mapping_registry[permalink][rdoc]
mapping_registry=(value)

[TODO]

options[permalink][rdoc]

[TODO]

proxy[permalink][rdoc]

[TODO]

reset_stream[permalink][rdoc]
reset_stream=(value)

[TODO]

soapaction[permalink][rdoc]
soapaction=(value)

[TODO]

streamhandler[permalink][rdoc]
streamhandler=(value)

[TODO]

test_loopback_response[permalink][rdoc]
test_loopback_response=(value)

[TODO]

wiredump_dev[permalink][rdoc]
wiredump_dev=(value)

[TODO]

wiredump_file_base[permalink][rdoc]
wiredump_file_base=(value)

[TODO]