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

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

class SOAP::RPC::Proxy

要約

目次

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

特異メソッド

new(endpoint_url, soapaction, options)[permalink][rdoc]

[TODO]

インスタンスメソッド

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

[TODO]

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

[TODO]

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

[TODO]

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

[TODO]

check_fault(body)[permalink][rdoc]

[TODO]

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

[TODO]

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

[TODO]

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

[TODO]

headerhandler[permalink][rdoc]

[TODO]

inspect[permalink][rdoc]

[TODO]

invoke(req_header, req_body, opt = nil)[permalink][rdoc]

[TODO]

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

[TODO]

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

[TODO]

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

[TODO]

operation[permalink][rdoc]

[TODO]

reset_stream[permalink][rdoc]

[TODO]

route(req_header, req_body, reqopt, resopt)[permalink][rdoc]

[TODO]

set_wiredump_file_base(wiredump_file_base)[permalink][rdoc]

[TODO]

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

[TODO]

streamhandler[permalink][rdoc]

[TODO]

test_loopback_response[permalink][rdoc]

[TODO]