# 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
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.