class SOAP::StandaloneServer

Public Class Methods

new(*arg) click to toggle source
Calls superclass method SOAP::RPC::StandaloneServer.new
# File lib/soap/compat.rb, line 59
def initialize(*arg)
  super
  @router = @soaplet.app_scope_router
  methodDef if respond_to?('methodDef')
end