# File lib/soap/header/mappinghandler.rb, line 39 39: def on_inbound(header, mustunderstand) 40: obj = SOAP::Mapping.soap2obj(header, @registry) 41: on_mapping_inbound(obj, mustunderstand) 42: end
Given header is a mapped Object
# File lib/soap/header/mappinghandler.rb, line 31 31: def on_mapping_inbound(obj, mustunderstand) 32: end
Should return an Object for mapping
# File lib/soap/header/mappinghandler.rb, line 26 26: def on_mapping_outbound 27: nil 28: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.