This module implements remote procedure call. I've tried to keep things simple. So this module should be : - quite simple to use (thanks to autoload mechanisms) - lightweight It sure is not : - DCE - CORBA - bulletproof - securityproof - foolproof Bu...
CEDWARDS/RPC-Simple-1.002 - 03 Jul 2006 19:45:27 UTCThis module is a very simple JSON-RPC 1.1 WD implementation that only supports a subset of the specification. It supports Named and positonal arguments Error objects...
CLAESJAC/JSON-RPC-Simple-0.06 - 06 Feb 2014 08:53:37 UTCThis class is an agent for client class inheriting PRC::AnyLocal. This class will handle all the boring stuff to create, access store call-back when dealing with the remote object. Casual user should not worry about this class. RPC::Simple::AnyLocal ...
CEDWARDS/RPC-Simple-1.002 - 03 Jul 2006 19:45:27 UTCGeneric server class. The mainLoop function will instantiate one server object for each connection request. Server also provides functions (childDeath) to monitor children processes....
CEDWARDS/RPC-Simple-1.002 - 03 Jul 2006 19:45:27 UTCThis class handles all the tricky stuff involving socket handling. This module was originally written to be used with Tk. Now you can use it without Tk, in blocking mode or asynchronous mode....
CEDWARDS/RPC-Simple-1.002 - 03 Jul 2006 19:45:27 UTCThis class is intented to be inherited only by AnyLocal or AnyRemote. Don't use it yourself....
CEDWARDS/RPC-Simple-1.002 - 03 Jul 2006 19:45:27 UTCThis class must be inherited by a sub-class so this one can use the RPC facility. Note that this class (and the Factory class) was designed to use Tk's fileevent facilities. The child object must declare in the @RPC_SUB array the name of the methods ...
CEDWARDS/RPC-Simple-1.002 - 03 Jul 2006 19:45:27 UTCThis class must be inherited by the user's class actually performing the remote functions. Note that any user defined method which can be called by the local object must be able to handle the following optionnal parameters : 'callback' => code_refere...
CEDWARDS/RPC-Simple-1.002 - 03 Jul 2006 19:45:27 UTCThis class is intanciated on the remote side each time a function is called with a call-back ref. This class will hold the relevant information so that the call-back will be passed to the local object which issued the call. Used only for asynchronous...
CEDWARDS/RPC-Simple-1.002 - 03 Jul 2006 19:45:27 UTCCLAESJAC/JSON-RPC-Simple-0.06 - 06 Feb 2014 08:53:37 UTC
This class is instanciated by RPS::Simple::Server each time a remote object is created. All is handled by the server, the user need not to worry about it....
CEDWARDS/RPC-Simple-1.002 - 03 Jul 2006 19:45:27 UTCInstances of this class decodes JSON-RPC calls over HTTP and dispatches them to modules/objects registered for a given path and then encodes the result as in a JSON-RPC format....
CLAESJAC/JSON-RPC-Simple-0.06 - 06 Feb 2014 08:53:37 UTCThis module performs XML-RPC client functions, via the executable libraries of XML-RPC For C/C++. I.e. you can write an XML-RPC client program using this. This is like "RPC::Xmlrpc_c::Client", but less flexible and consequently easier to use. It has ...
GIRAFFED/RPC-Xmlrpc_c-1.05a - 08 Nov 2013 22:33:42 UTCThe RPC::XML package is an implementation of the XML-RPC standard. The package as a whole provides classes for data, for clients, for servers and for parsers (based on the XML::Parser and XML::LibXML packages from CPAN). This module provides a set of...
RJRAY/RPC-XML-0.80 - 08 May 2016 20:17:31 UTCTOKAREV/RPC-ExtDirect-Server-1.24 - 12 Oct 2016 08:10:46 UTC
RPC::Any is a simple, unified interface to multiple RPC protocols. Right now it supports XML-RPC <http://www.xmlrpc.com/> and all three versions of JSON-RPC <http://groups.google.com/group/json-rpc/web> (1.0, 1.1, and 2.0). The goal of RPC::Any is to...
MKANAT/RPC-Any-1.00 - 19 Jun 2010 16:43:22 UTCXML::RPC module provides simple Pure Perl methods for XML-RPC communication. It's goals are simplicity and flexibility. XML::RPC uses XML::TreePP for parsing. This version of XML::RPC merges the changes from XML::RPC::CustomUA....
CAVAC/XML-RPC-1.1 - 21 Nov 2017 20:30:01 UTCJSON::RPC is a set of modules that implement JSON RPC 2.0 protocol. If you are using old JSON::RPC code (up to 0.96), DO NOT EXPECT YOUR CODE TO WORK WITH THIS VERSION. THIS VERSION IS ****BACKWARDS INCOMPATIBLE****...
DMAKI/JSON-RPC-1.06 - 07 Oct 2014 01:59:39 UTCRPC::Lite is intended to be a lightweight, easy-to-use yet flexible and powerful RPC implementation. It was inspired by the headaches of working with other, heavier RPC APIs. RPC::Lite does not require versioning or signatures but provides facilities...
ABURKE/RPC-Lite-0.20 - 13 Jan 2010 22:40:50 UTCTrac is a great project management and bug/issue tracking system. http://trac.edgewall.org/. Trac by itself does not provide API. But there is a plugin that adds this functionality. It is called XmlRpcPlugin http://trac-hacks.org/wiki/XmlRpcPlugin. T...
BESSARABV/Trac-RPC-1.0.0 - 01 Sep 2013 11:04:30 UTC