Class: ActionWebService::Protocol::Soap::Registry

Inherits:
SOAP::Mapping::Registry
  • Object
show all
Defined in:
lib/action_web_service/protocol/soap_protocol/marshaler.rb

Overview

Workaround for SOAP4R return values changing

Instance Method Summary collapse

Instance Method Details

#find_mapped_obj_class(soap_class) ⇒ Object



21
22
23
# File 'lib/action_web_service/protocol/soap_protocol/marshaler.rb', line 21

def find_mapped_obj_class(soap_class)
  return @map.instance_eval { @soap2obj[soap_class][0] }
end

#find_mapped_soap_class(obj_class) ⇒ Object



17
18
19
# File 'lib/action_web_service/protocol/soap_protocol/marshaler.rb', line 17

def find_mapped_soap_class(obj_class)
  return @map.instance_eval { @obj2soap[obj_class][0] }
end