Bric::SOAP::Handler

Name

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

Synopsis

<Location /soap>
  SetHandler perl-script
  PerlHandler Bric::SOAP::Handler
  PerlCleanupHandler Bric::App::CleanupHandler
  PerlAccessHandler Apache::HTTP_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