Class: XMLRPC::XmlRpcHelper
- Inherits:
-
Object
- Object
- XMLRPC::XmlRpcHelper
- Includes:
- ParserWriterChooseMixin, Singleton
- Defined in:
- lib/action_service/protocol/xmlrpc.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#create_method_response(successful, return_value) ⇒ Object
16 17 18 |
# File 'lib/action_service/protocol/xmlrpc.rb', line 16 def create_method_response(successful, return_value) create().methodResponse(successful, return_value) end |
#parse_method_call(message) ⇒ Object
12 13 14 |
# File 'lib/action_service/protocol/xmlrpc.rb', line 12 def parse_method_call() parser().parseMethodCall() end |