Bric::SOAP::Handler - Apache/mod_perl handler for SOAP interfaces
$LastChangedRevision$
$LastChangedDate$
<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>