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
13 14 15 |
# File 'lib/action_web_service/protocol/soap_protocol/marshaler.rb', line 13 def find_mapped_obj_class(soap_class) return @map.instance_eval { @soap2obj[soap_class][0] } end |
#find_mapped_soap_class(obj_class) ⇒ Object
9 10 11 |
# File 'lib/action_web_service/protocol/soap_protocol/marshaler.rb', line 9 def find_mapped_soap_class(obj_class) return @map.instance_eval { @obj2soap[obj_class][0] } end |