method

parseMethodResponse

parseMethodResponse(str)
public

No documentation available.

# File lib/xmlrpc/parser.rb, line 161
      def parseMethodResponse(str)
        methodResponse_document(createCleanedTree(str))
      end