Class: ActionWebService::Protocol::Soap::Registry
- Inherits:
-
SOAP::Mapping::Registry
- Object
- SOAP::Mapping::Registry
- ActionWebService::Protocol::Soap::Registry
- 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
20 21 22 |
# File 'lib/action_web_service/protocol/soap_protocol/marshaler.rb', line 20 def find_mapped_obj_class(soap_class) return @map.instance_eval { @soap2obj[soap_class][0] } end |
#find_mapped_soap_class(obj_class) ⇒ Object
16 17 18 |
# File 'lib/action_web_service/protocol/soap_protocol/marshaler.rb', line 16 def find_mapped_soap_class(obj_class) return @map.instance_eval { @obj2soap[obj_class][0] } end |