Class: Rabbit::SOAP::Server

Inherits:
SOAP::RPC::HTTPServer
  • Object
show all
Defined in:
lib/rabbit/soap/server.rb

Instance Method Summary collapse

Constructor Details

#initialize(front, config) ⇒ Server

Returns a new instance of Server.



10
11
12
13
14
# File 'lib/rabbit/soap/server.rb', line 10

def initialize(front, config)
  config[:SOAPDefaultNamespace] = NS
  super(config)
  setup_rpc_servant(front)
end