Class: WSS4R::Server::WSSStandaloneServer

Inherits:
SOAP::RPC::StandaloneServer show all
Defined in:
lib/wss4r/server/wssstandaloneserver.rb

Instance Method Summary collapse

Methods inherited from SOAP::RPC::StandaloneServer

#get_soaplet

Instance Method Details

#securityObject



17
18
19
20
21
22
23
# File 'lib/wss4r/server/wssstandaloneserver.rb', line 17

def security()
   security = get_soaplet().app_scope_router().security()
   if (security == nil) 
      security = WSS4R::Security::Security.new()
   end
   security
end