js-xmlrpc

Class xmlrpcresp

Object
   |
   +--xmlrpcresp
Direct Known Subclasses:
jsonrpcresp

class xmlrpcresp

Defined in xmlrpc_lib.js


Constructor Summary
xmlrpcresp(<mixed> val, <integer> fcode, <string> fstr, <string> valtyp)
           
 
Method Summary
 object cookies()
           Returns an array with the cookies received from the server.
 integer faultCode()
           Returns the error code of the response.
 integer faultString()
           Returns the error string of the response.
 string serialize(<string> charset_encoding)
           Returns xml representation of the response.
 mixed value()
           Returns the value received by the server.

Constructor Detail

xmlrpcresp

xmlrpcresp(<mixed> val, <integer> fcode, <string> fstr, <string> valtyp)

Method Detail

cookies

object cookies()

faultCode

integer faultCode()

faultString

integer faultString()

serialize

string serialize(<string> charset_encoding)

value

mixed value()

js-xmlrpc

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