JavaLikeScript 0.5 - Web Browser

Class jls.util.SxeEnvelope

This class represents an SXE Envelope.
Defined in: SxeEnvelope.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
jls.util.SxeEnvelope(login, password, password)
Creates an SXE Envelope.
Method Summary
Method Attributes Method Name and Description
 
addRequest(request)
Adds a request to this envelope.
<static>  
jls.util.SxeEnvelope.createFromDOM(domNode)
Creates an SXE envelope base on the specidied DOM node.
<static>  
jls.util.SxeEnvelope.createFromE4X(domNode)
Creates an SXE envelope base on the specidied E4X node.
 
reply(reply)
Adds a reply to this envelope.
 
setAuthentication(login, password)
Sets the authentication credential for this envelope.
Class Detail
jls.util.SxeEnvelope(login, password, password)
Creates an SXE Envelope.
Parameters:
{String} login Optional
The authentication login.
{String} password Optional
The authentication password.
password
Method Detail
addRequest(request)
Adds a request to this envelope.
Parameters:
{jls.util.XmlElement} request
The request to add.

<static> {jls.util.SxeEnvelope} jls.util.SxeEnvelope.createFromDOM(domNode)
Creates an SXE envelope base on the specidied DOM node.
Parameters:
{Object} domNode
The DOM node to parse.
Returns:
{jls.util.SxeEnvelope} The SXE envelope.

<static> {jls.util.SxeEnvelope} jls.util.SxeEnvelope.createFromE4X(domNode)
Creates an SXE envelope base on the specidied E4X node.
Parameters:
{Object} domNode
The E4X node to parse.
Returns:
{jls.util.SxeEnvelope} The SXE envelope.

reply(reply)
Adds a reply to this envelope.
Parameters:
{jls.util.XmlElement} reply
The reply to add.

setAuthentication(login, password)
Sets the authentication credential for this envelope.
Parameters:
{String} login
The authentication login.
{String} password
The authentication password.

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