Class: WSS4R::Server::WSSStandaloneServer
- Inherits:
-
SOAP::RPC::StandaloneServer
- Object
- SOAP::RPC::StandaloneServer
- WSS4R::Server::WSSStandaloneServer
- Defined in:
- lib/wss4r/server/wssstandaloneserver.rb
Instance Method Summary collapse
Methods inherited from SOAP::RPC::StandaloneServer
Instance Method Details
#security ⇒ Object
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 |