Class Rice::Payload
In: rice/payload.rb
Parent: Object

A Payload is the basis for all ICE communcations between parties.

Methods
new    payloadNode    to_xml   
Attributes
:document  [R] 
:party  [R] 
Public Class methods
new(domain, party)

Creates an NQXML::Document that's an empty payload.

Public Instance methods
payloadNode()

Returns the payload document node. This is the document's root node.

to_xml()

Returns the XML representation of the payload.