This class represents an SXE Envelope.
Defined in: SxeEnvelope.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
jls.util.SxeEnvelope(login, password, password)
Creates an SXE Envelope.
|
| 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.
|