<<

NAME

Kernel::GenericInterface::Provider - handler for incoming web service requests.

PUBLIC INTERFACE

new()

Don't use the constructor directly, use the ObjectManager instead:

    my $ProviderObject = $Kernel::OM->Get('Kernel::GenericInterface::Provider');

Run()

Receives the current incoming web service request, handles it, and returns an appropriate answer based on the requested web service.

    # put this in the handler script
    $ProviderObject->Run();

TERMS AND CONDITIONS

This software is part of the OTRS project (https://otrs.org/).

This software comes with ABSOLUTELY NO WARRANTY. For details, see the enclosed file COPYING for license information (GPL). If you did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt.

<<