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


Catalyst-Model-XMLRPC documentation  | view source Contained in the Catalyst-Model-XMLRPC distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

Helper for the Catalyst XMLRPC model.

USAGE

Top

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

Top

mk_compclass

Makes the XMLRPC model class.

mk_comptest

Makes tests for the XMLRPC model.

SEE ALSO

Top

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

ACKNOWLEDGEMENTS

Top

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

AUTHOR

Top

Florian Merges <fmerges@cpan.org>

LICENSE

Top

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


Catalyst-Model-XMLRPC documentation  | view source Contained in the Catalyst-Model-XMLRPC distribution.