SOAP::Header::SimpleHandler
(Class)
In:
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 or nil.
on_simple_outbound
()
Should return a Hash or nil.
[Validate]