The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Catalyst::Plugin::Server::XMLRPC::DispatchType::XMLRPCPath - XMLRPCPath DispatchType

SYNOPSIS

See Catalyst.

DESCRIPTION

METHODS

$self->list($c)

Generates a nice debug-table containing the XMLRPCPath methods.

$self->methods()

Returns a hashref containing 'methods' => action_object mappings. Methods are in the form of "example.bla.get"

$self->register( $c, $action )

Registers the XMLRPCPath actions into the dispatcher

AUTHOR

Michiel Ootjers michiel@cpan.org Jos Boumans, kane@cpan.org

COPYRIGHT

This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.