Class AjxRpcRequest

Object
   |
   +--AjxRpcRequest

class AjxRpcRequest


This class represents an XML HTTP request, hiding differences between browsers. The internal request object depends on the browser.
Defined in AjxRpcRequest.js


Field Summary
 Object _httpReq
          
 Object ctxt
          
 Object id
          
<static>  Object _inited
          
<static>  Object _msxmlVers
          
 
Constructor Summary
AjxRpcRequest (id, ctxt)
            Creates a new AjxRpcRequest.
 
Method Summary
 void cancel()
          
 Object invoke(requestStr, serverUrl, requestHeaders, callback, useGet, timeout)
           Sends this request to the target URL.
 Object toString()
          
<static> void _handleResponse(req, callback)
          
<static> void _init()
          

Field Detail

_httpReq

Object _httpReq

ctxt

Object ctxt

id

Object id

_inited

<static> Object _inited

_msxmlVers

<static> Object _msxmlVers

Constructor Detail

AjxRpcRequest

AjxRpcRequest(id, ctxt)

Method Detail

cancel

void cancel()

invoke

Object invoke(requestStr, serverUrl, requestHeaders, callback, useGet, timeout)

toString

Object toString()

_handleResponse

<static> void _handleResponse(req, callback)

_init

<static> void _init()


Documentation generated by JSDoc on Thu Apr 27 13:58:40 2006