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.



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