NAME

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

VERSION

$Revision: 1.6 $

DATE

$Date: 2002/05/09 22:16:37 $

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

SOAP_CLASSES

Array of SOAP interface module names. The handler will only dispatch calls to these classes.

INTERFACE

Public Class Methods

Bric::SOAP::Handler->handler()

Handles a request for a SOAP interface. Calls SOAP::Transport::HTTP::Apache->handler() to dispatch the request.

Throws: NONE

Side Effects: NONE

Notes: NONE

AUTHOR

Sam Tregar <stregar@about-inc.com>

SEE ALSO

Bric::SOAP

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

Around line 44:

=back doesn't take any parameters, but you said =back 4

Around line 63:

=back doesn't take any parameters, but you said =back 4