JavaLikeScript 0.5 - Web Browser

Class jls.util.Sxe

This class represents a Simple XML Exchange.
Defined in: Sxe.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a Simple XML Exchange.
Method Summary
Method Attributes Method Name and Description
 
send(value, onComplete, onException)
Sends the SXE request.
Class Detail
jls.util.Sxe(url)
Creates a Simple XML Exchange.
Parameters:
{String} url
The URL.
Method Detail
send(value, onComplete, onException)
Sends the SXE request.
Parameters:
{jls.util.SxeEnvelope} value
The XML value to send.
{Function} onComplete Optional
The function to call when a request completes.
{Function} onException Optional
The function to call when an exception is raised.

Documentation generated by JsDoc Toolkit 2.3.2 on Fri Feb 10 2012 22:50:34 GMT+0100 (CET)