1Catalyst::Helper::ModelU:s:eXrMLCRoPnCt(r3i)buted Perl DCoactuamleynstta:t:iHoenlper::Model::XMLRPC(3)
2
3
4

NAME

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

SYNOPSIS

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

DESCRIPTION

12       Helper for the Catalyst XMLRPC model.
13

USAGE

15       When creating a new XMLRPC model class using this helper, you can
16       specify much of the configuration and have it filled automatically.
17       Using the example from the "SYNOPSIS" section:
18
19       ·   "RemoteService"
20
21           The name of the model.  This is also used to determine the
22           filename, e.g. "lib/MyApp/Model/RemoteService.pm".
23
24       ·   "XMLRPC"
25
26           The helper to use, i.e. this one.
27
28       ·   "http://webservice.example.com:9000"
29
30           The XMLRPC webservice fully qualified domain name (FQDN).  Can also
31           be an IP address, e.g. 127.0.0.1. Followed by the port number,
32           separated by colons.
33

METHODS

35   mk_compclass
36       Makes the XMLRPC model class.
37
38   mk_comptest
39       Makes tests for the XMLRPC model.
40

SEE ALSO

42       ·
43        Catalyst::Model::XMLRPC
44
45       ·
46        Catalyst::Helper
47
48       ·
49        Catalyst::Manual
50

ACKNOWLEDGEMENTS

52       ·
53        Daniel Westermann-Clark's module, Catalyst::Model::LDAP, it was my
54        reference.
55

AUTHOR

57       Florian Merges <fmerges@cpan.org>
58

LICENSE

60       This library is free software; you can redistribute it and/or modify it
61       under the same terms as Perl itself.
62
63
64
65perl v5.30.1                      2020-01-29Catalyst::Helper::Model::XMLRPC(3)
Impressum