NAME
SADI::Generators::GenServices - generator of SADI services
SYNOPSIS
use SADI::Generators::GenServices;
DESCRIPTION
A module required for generating SADI service skeleton code.
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
- async_load
- load
- generate_base
- generate_impl
- generate_cgi
- generate_definition
- generate_async_base
- generate_async_impl
- generate_async_cgi