Bric::SOAP::Handler - Apache/mod_perl handler for SOAP interfaces
$LastChangedRevision$
$LastChangedDate: 2005-02-28 04:08:35 -0800 (Mon, 28 Feb 2005) $
<Location /soap>
SetHandler perl-script
PerlHandler Bric::SOAP::Handler
PerlCleanupHandler Bric::App::CleanupHandler
PerlAccessHandler Apache::OK
</Location>
This module provides an Apache/mod_perl PerlHandler for the Bricolage SOAP interface. This handler dispatches calls to the various Bric::SOAP modules.
Array of SOAP interface module names. The handler will only dispatch calls to these classes.
Handles a request for a SOAP interface. Calls SOAP::Transport::HTTP::Apache->handler() to dispatch the request.
Throws: NONE
Side Effects: NONE
Notes: NONE
Sam Tregar <stregar@about-inc.com>