|
NAMEProtocol::XMLRPC::Method - methodCall and methodResponse base classSYNOPSISpackage Protocol::XMLRPC::MethodCall; use warnings; use strict; use base 'Protocol::XMLRPC::Method'; ... 1; DESCRIPTIONA base class for Protocol::XMLRPC::MethodCall and Protocol::XMLRPC::MethodCall. Used internally.METHODS"parse"Parses xml.
Visit the GSP FreeBSD Man Page Interface. |