Catalyst::Helper::Model::XMLRPC.3pm

Langue: en

Autres versions - même langue

Version: 2007-07-04 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Catalyst::Helper::Model::XMLRPC - Helper for XMLRPC models

SYNOPSIS

  script/myapp_create.pl model RemoteService XMLRPC http://webservice.example.com:9000
 
 

DESCRIPTION

Helper for the Catalyst XMLRPC model.

USAGE

When creating a new XMLRPC model class using this helper, you can specify much of the configuration and have it filled automatically. Using the example from the ``SYNOPSIS'' section:
"RemoteService"

The name of the model. This is also used to determine the filename, e.g. "lib/MyApp/Model/RemoteService.pm".

"XMLRPC"

The helper to use, i.e. this one.

"http://webservice.example.com:9000"

The XMLRPC webservice fully qualified domain name (FQDN). Can also be an IP address, e.g. 127.0.0.1. Followed by the port number, separated by colons.

METHODS


mk_compclass

Makes the XMLRPC model class.

mk_comptest

Makes tests for the XMLRPC model.

SEE ALSO

Catalyst::Model::XMLRPC
Catalyst::Helper
Catalyst::Manual

ACKNOWLEDGEMENTS

Daniel Westermann-Clark's module, Catalyst::Model::LDAP, it was my reference.

AUTHOR

Florian Merges <fmerges@cpan.org>

LICENSE

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