
Froody::Invoker::Reflection - specialized handler for Reflection that includes the method repository

# run the code from the froody method my $repo = Froody::Repository->new(); my $invoker = Froody:Invoker::Reflection->new()->repository($repo); my $response = $invoker->invoke($froody_method, \%params); $response->render;

You probably don't care about this class unless you want to play with the Froody method repository with your method call.
Verify parameters. Called from invoke.
Accessor for repository

None known.
Please report any bugs you find via the CPAN RT system. http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Froody

Copyright Fotango 2005. All rights reserved.
Please see the main Froody documentation for details of who has worked on this project.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Froody, Froody::Repository, Froody::API and for other implementations Froody::Implmentation::OneClass and Froody::Implementation::Remote