The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

SADI::Generators::GenServices - generator of SADI services

SYNOPSIS

 use SADI::Generators::GenServices;
 

DESCRIPTION

AUTHORS, COPYRIGHT, DISCLAIMER

 Martin Senger (martin.senger [at] gmail [dot] com)
 Edward Kawas (edward.kawas [at] gmail [dot] com)

Copyright (c) 2009 Martin Senger, Edward Kawas. All Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

This software is provided "as is" without warranty of any kind.

ACCESSIBLE ATTRIBUTES

Details are in SADI::Base. Here just a list of them:

outdir

A directory where to create generated code.

definitions

A directory containing service definitions.

SUBROUTINES

#----------------------------------------------------------------- # load # load (cachedir => dir, # service_names => [..], ... ) #-----------------------------------------------------------------

#----------------------------------------------------------------- # generate_base #-----------------------------------------------------------------

#----------------------------------------------------------------- # generate_impl #-----------------------------------------------------------------

#----------------------------------------------------------------- # generate_cgi #-----------------------------------------------------------------

#----------------------------------------------------------------- # generate_definition #-----------------------------------------------------------------