Class: SOAP::Filter::StreamHandler
- Defined in:
- lib/soap/filter/streamhandler.rb
Instance Method Summary collapse
-
#on_http_inbound(req, res) ⇒ Object
no returning value expected.
-
#on_http_outbound(req) ⇒ Object
no returning value expected.
Instance Method Details
#on_http_inbound(req, res) ⇒ Object
no returning value expected.
22 23 24 |
# File 'lib/soap/filter/streamhandler.rb', line 22 def on_http_inbound(req, res) # do something. end |
#on_http_outbound(req) ⇒ Object
no returning value expected.
17 18 19 |
# File 'lib/soap/filter/streamhandler.rb', line 17 def on_http_outbound(req) # do something. end |