Bric::SOAP::Handler

NAME

Bric::SOAP::Handler - Apache/mod_perl handler for SOAP interfaces

VERSION

$LastChangedRevision$

DATE

$LastChangedDate$

SYNOPSIS

<Location /soap>
  SetHandler perl-script
  PerlHandler Bric::SOAP::Handler
  PerlCleanupHandler Bric::App::CleanupHandler
  PerlAccessHandler Apache::OK
</Location>

DESCRIPTION

This module provides an Apache/mod_perl PerlHandler for the Bricolage SOAP interface. This handler dispatches calls to the various Bric::SOAP modules.

CONSTANTS

INTERFACE

Public Class Methods

AUTHOR

Sam Tregar

SEE ALSO

Bric::SOAP