Class SOAP::RPC::Router
In: lib/soap/rpc/router.rb
Parent: Object

Methods

Included Modules

SOAP

Classes and Modules

Class SOAP::RPC::Router::ApplicationScopeOperation
Class SOAP::RPC::Router::Operation
Class SOAP::RPC::Router::RequestScopeOperation

Attributes

actor  [R] 
external_ces  [RW] 
generate_explicit_type  [RW] 
literal_mapping_registry  [RW] 
mapping_registry  [RW] 

Public Class methods

Public Instance methods

add_document_method(receiver, soapaction, name, param_def, opt = {})
add_method(receiver, qname, soapaction, name, param_def, opt = {})

Alias for add_rpc_operation

header handler interface

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

Alias for add_rpc_operation

add_servant(obj, namespace)

Alias for add_rpc_servant

Create fault response string.

[Validate]

ruby-doc.org is a service of James Britt and Neurogami, a Ruby application development company in Phoenix, AZ.

Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.

For more information on the Ruby programming language, visit ruby-lang.org.

Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.