NAME
Froody::Invoker::Reflection - specialized handler for Reflection that includes the method repository
SYNOPSIS
# 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;
DESCRIPTION
You probably don't care about this class unless you want to play with the Froody method repository with your method call.
Methods
- pre_process( $method, $params )
-
Verify parameters. Called from invoke.
- repository( $repository )
-
Accessor for repository
BUGS
None known.
Please report any bugs you find via the CPAN RT system. http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Froody
AUTHOR
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.
SEE ALSO
Froody, Froody::Repository, Froody::API and for other implementations Froody::Implmentation::OneClass and Froody::Implementation::Remote