Stig Brautaset > Froody-42.003 > Froody::Invoker::Reflection

Download:
Froody-42.003.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: Froody-42.005

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