| Protocol-XMLRPC documentation | view source | Contained in the Protocol-XMLRPC distribution. |
Protocol::XMLRPC::Method - methodCall and methodResponse base class
package Protocol::XMLRPC::MethodCall;
use warnings;
use strict;
use base 'Protocol::XMLRPC::Method';
...
1;
A base class for Protocol::XMLRPC::MethodCall and Protocol::XMLRPC::MethodCall. Used internally.
parseParses xml.
Viacheslav Tykhanovskyi, vti@cpan.org.
Copyright (C) 2009, Viacheslav Tykhanovskyi.
This program is free software, you can redistribute it and/or modify it under the same terms as Perl 5.10.
| Protocol-XMLRPC documentation | view source | Contained in the Protocol-XMLRPC distribution. |