Ruby 1.8.7 リファレンスマニュアル > ライブラリ一覧 > soap/rpc/driverライブラリ > SOAP::RPC::Driverクラス

class SOAP::RPC::Driver

クラスの継承リスト: SOAP::RPC::Driver < Object < Kernel

要約

目次

特異メソッド
__attr_proxy new
インスタンスメソッド
add_document_method add_document_operation add_method add_rpc_method add_method_as add_rpc_method_as add_method_with_soapaction add_rpc_method_with_soapaction add_method_with_soapaction_as add_rpc_method_with_soapaction_as add_rpc_operation allow_unqualified_element allow_unqualified_element= call default_encodingstyle default_encodingstyle= endpoint_url endpoint_url= generate_explicit_type generate_explicit_type= headerhandler headerhandler= httpproxy httpproxy= inspect invoke loadproperty mandatorycharset mapping_registry mapping_registry= options proxy reset_stream reset_stream= soapaction soapaction= streamhandler streamhandler= test_loopback_response test_loopback_response= wiredump_dev wiredump_dev= wiredump_file_base wiredump_file_base=

特異メソッド

__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]