Class: SOAP::StandaloneServer

Inherits:
RPC::StandaloneServer
  • Object
show all
Defined in:
lib/soap/compat.rb

Instance Method Summary collapse

Constructor Details

#initialize(*arg) ⇒ StandaloneServer

Returns a new instance of StandaloneServer.



59
60
61
62
63
# File 'lib/soap/compat.rb', line 59

def initialize(*arg)
  super
  @router = @soaplet.app_scope_router
  methodDef if respond_to?('methodDef')
end