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

class SOAP::RPC::Proxy

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

要約

特異メソッド

new(endpoint_url, soapaction, options)

[TODO]

インスタンスメソッド

add_document_operation(soapaction, name, param_def, opt = {})
add_document_method(soapaction, name, param_def, opt = {})

[TODO]

add_rpc_operation(qname, soapaction, name, param_def, opt = {})
add_method(qname, soapaction, name, param_def, opt = {})
add_rpc_method(qname, soapaction, name, param_def, opt = {})

[TODO]

allow_unqualified_element
allow_unqualified_element=(value)

[TODO]

call(name, *params)

[TODO]

check_fault(body)

[TODO]

default_encodingstyle
default_encodingstyle=(value)

[TODO]

endpoint_url
endpoint_url=(endpoint_url)

[TODO]

generate_explicit_type
generate_explicit_type=(value)

[TODO]

headerhandler

[TODO]

inspect

[TODO]

invoke(req_header, req_body, opt = nil)

[TODO]

literal_mapping_registry
literal_mapping_registry=(value)

[TODO]

mandatorycharset
mandatorycharset=(value)

[TODO]

mapping_registry
mapping_registry=(value)

[TODO]

operation

[TODO]

reset_stream

[TODO]

route(req_header, req_body, reqopt, resopt)

[TODO]

set_wiredump_file_base(wiredump_file_base)

[TODO]

soapaction
soapaction=(value)

[TODO]

streamhandler

[TODO]

test_loopback_response

[TODO]

class SOAP::RPC::Proxy