class SOAP::Filter::StreamHandler
Public Instance Methods
on_http_inbound(req, res)
click to toggle source
no returning value expected.
# File lib/soap/filter/streamhandler.rb, line 22 def on_http_inbound(req, res) # do something. end
on_http_outbound(req)
click to toggle source
no returning value expected.
# File lib/soap/filter/streamhandler.rb, line 17 def on_http_outbound(req) # do something. end