Methods

Files

Class Index [+]

Quicksearch

SOAP::RPC::Router::RequestScopeOperation

Public Class Methods

new(soapaction, receiver_factory, name, param_def, opt) click to toggle source
     # File lib/soap/rpc/router.rb, line 651
651:     def initialize(soapaction, receiver_factory, name, param_def, opt)
652:       super(soapaction, name, param_def, opt)
653:       unless receiver_factory.respond_to?(:create)
654:         raise TypeError.new("factory must respond to 'create'")
655:       end
656:       @receiver_factory = receiver_factory
657:     end

Private Instance Methods

receiver() click to toggle source
     # File lib/soap/rpc/router.rb, line 661
661:     def receiver
662:       @receiver_factory.create
663:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.