Protocol::XMLRPC::Method - methodCall and methodResponse base class


Protocol-XMLRPC documentation  | view source Contained in the Protocol-XMLRPC distribution.

Index


NAME

Top

Protocol::XMLRPC::Method - methodCall and methodResponse base class

SYNOPSIS

Top

    package Protocol::XMLRPC::MethodCall;

    use warnings;
    use strict;

    use base 'Protocol::XMLRPC::Method';

    ...

    1;

DESCRIPTION

Top

A base class for Protocol::XMLRPC::MethodCall and Protocol::XMLRPC::MethodCall. Used internally.

METHODS

Top

parse

Parses xml.

AUTHOR

Top

Viacheslav Tykhanovskyi, vti@cpan.org.

COPYRIGHT

Top


Protocol-XMLRPC documentation  | view source Contained in the Protocol-XMLRPC distribution.