# File lib/soap/header/mappinghandler.rb, line 39 def on_inbound(header, mustunderstand) obj = SOAP::Mapping.soap2obj(header, @registry) on_mapping_inbound(obj, mustunderstand) end
Given header is a mapped Object
# File lib/soap/header/mappinghandler.rb, line 31 def on_mapping_inbound(obj, mustunderstand) end
Should return an Object for mapping
# File lib/soap/header/mappinghandler.rb, line 26 def on_mapping_outbound nil end
Generated with the Darkfish Rdoc Generator 2.