Files

Class Index [+]

Quicksearch

SOAP::Mapping::URIFactory_

Public Instance Methods

obj2soap(soap_class, obj, info, map) click to toggle source
     # File lib/soap/mapping/factory.rb, line 224
224:   def obj2soap(soap_class, obj, info, map)
225:     soap_obj = soap_class.new(obj)
226:     mark_marshalled_obj(obj, soap_obj) if soap_obj
227:     soap_obj
228:   end
soap2obj(obj_class, node, info, map) click to toggle source
     # File lib/soap/mapping/factory.rb, line 230
230:   def soap2obj(obj_class, node, info, map)
231:     obj = node.data
232:     mark_unmarshalled_obj(node, obj)
233:     return true, obj
234:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.