|
NAMEProtocol::XMLRPC::Method - methodCall and methodResponse base class SYNOPSIS package 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.
|