Class
SOAP::Header::SimpleHandler
In:
lib/soap/header/simplehandler.rb
Parent:
SOAP::Header::Handler
Methods
new
on_inbound
on_outbound
on_simple_inbound
on_simple_outbound
Public Class methods
new
(elename)
Public Instance methods
on_inbound
(header, mustunderstand)
on_outbound
()
on_simple_inbound
(header, mustunderstand)
Given header is a Hash, String or nil.
on_simple_outbound
()
Should return a Hash, String or nil.
[Validate]