Class: SOAP::Filter::StreamHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/soap/filter/streamhandler.rb

Instance Method Summary collapse

Instance Method Details

#on_http_inbound(req, res) ⇒ Object

no returning value expected.



21
22
23
# File 'lib/soap/filter/streamhandler.rb', line 21

def on_http_inbound(req, res)
  # do something.
end

#on_http_outbound(req) ⇒ Object

no returning value expected.



16
17
18
# File 'lib/soap/filter/streamhandler.rb', line 16

def on_http_outbound(req)
  # do something.
end