NAME

Froody::Invoker::Null - invoker that returns empty responses

SYNOPSIS

use Froody::Invoker::Null;

my $null = Froody::Invoker::Null->new();
my $method = Froody::Method->new()
                           ->full_name("fred.bar.baz")
                           ->invoker($null);

DESCRIPTION

An Invoker that always returns an empty Froody::Response.

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::Invoker