js-xmlrpc

Class xmlrpc_client

Object
   |
   +--xmlrpc_client
Direct Known Subclasses:
jsonrpc_client

class xmlrpc_client

Defined in xmlrpc_lib.js


Field Summary
 Object accepted_charset_encodings
          
 Object keepalive
          
 Object no_multicall
          
 Object polling_queue
          
 Object return_type
          
 Object tid
          
 
Constructor Summary
xmlrpc_client(<string> path, <string> server, <integer> port, <string> method)
           
 
Method Summary
 array multiCall(<array> messages, <integer> timeout, <string> method, <boolean> fallback)
           Send an array of request messages and return an array of responses.
 xmlrpcresp send(<mixed> msg, <integer> timeout, method)
           Send an xmlrpc request.
 void setAcceptedCompression(<string> compmethod)
           Enables/disables reception of compressed xmlrpc responses.
 void setCredentials(<string> username, <string> password, <integer> authtype)
           Add some http BASIC AUTH credentials, used by the client to authenticate
 void setDebug(<integer> dbg)
           Enables/disables the echoing to screen of the xmlrpc responses received

Field Detail

accepted_charset_encodings

Object accepted_charset_encodings

keepalive

Object keepalive

no_multicall

Object no_multicall

polling_queue

Object polling_queue

return_type

Object return_type

tid

Object tid

Constructor Detail

xmlrpc_client

xmlrpc_client(<string> path, <string> server, <integer> port, <string> method)

Method Detail

multiCall

array multiCall(<array> messages, <integer> timeout, <string> method, <boolean> fallback)

send

xmlrpcresp send(<mixed> msg, <integer> timeout, method)

setAcceptedCompression

void setAcceptedCompression(<string> compmethod)

setCredentials

void setCredentials(<string> username, <string> password, <integer> authtype)

setDebug

void setDebug(<integer> dbg)

js-xmlrpc

Documentation generated by JSDoc on Tue Jun 26 14:36:04 2007