method

parseMethodCall

parseMethodCall(str)
public

No documentation available.

# File lib/xmlrpc/parser.rb, line 196
      def parseMethodCall(str)
        methodCall_document(createCleanedTree(str))
      end