Parent

Files

Class Index [+]

Quicksearch

SOAP::Filter::Handler

Public Instance Methods

on_inbound(xml, opt) click to toggle source

should return xml. opt can be updated for other filters.

    # File lib/soap/filter/handler.rb, line 22
22:   def on_inbound(xml, opt)
23:     # do something.
24:     xml
25:   end
on_outbound(envelope, opt) click to toggle source

should return envelope. opt can be updated for other filters.

    # File lib/soap/filter/handler.rb, line 16
16:   def on_outbound(envelope, opt)
17:     # do something.
18:     envelope
19:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.