Packageorg.igniterealtime.xiff.data
Interfacepublic interface IMessage extends IXMPPStanza, IXMLStanza, INodeProxy, IExtendable, ISerializable
ImplementorsMessage



Public Properties
 PropertyDefined by
  body : String
IMessage
 InheritederrorCode : int
IXMPPStanza
 InheritederrorCondition : String
IXMPPStanza
 InheritederrorMessage : String
IXMPPStanza
 InheritederrorType : String
IXMPPStanza
 Inheritedfrom : EscapedJID
IXMPPStanza
  htmlBody : String
IMessage
 Inheritedid : String
IXMPPStanza
  state : String
IMessage
  subject : String
IMessage
  thread : String
IMessage
  time : Date
[read-only]
IMessage
 Inheritedto : EscapedJID
IXMPPStanza
 Inheritedtype : String
IXMPPStanza
Public Methods
 MethodDefined by
 Inherited
IExtendable
 Inherited
addTextNode(parent:XMLNode, elementName:String, value:String):XMLNode
IXMLStanza
 Inherited
deserialize(node:XMLNode):Boolean
Called when data is retrieved from the XMLSocket, use this method to extract any state into internal state.
ISerializable
 Inherited
ensureNode(node:XMLNode, elementName:String):XMLNode
IXMLStanza
 Inherited
IExtendable
 Inherited
getAllExtensionsByNS(ns:String):Array
IExtendable
 Inherited
getNode():XMLNode
Gets the XML node that is being abstracted.
INodeProxy
 Inherited
removeAllExtensions(ns:String):void
IExtendable
 Inherited
removeExtension(extension:IExtension):Boolean
IExtendable
 Inherited
replaceTextNode(parent:XMLNode, original:XMLNode, elementName:String, value:String):XMLNode
IXMLStanza
 Inherited
serialize(parentNode:XMLNode):Boolean
Called when the library need to retrieve the state of the instance.
ISerializable
 Inherited
setNode(node:XMLNode):Boolean
Sets the XML node that will be abstracted.
INodeProxy
Property detail
bodyproperty
body:String  [read-write]Implementation
    public function get body():String
    public function set body(value:String):void
htmlBodyproperty 
htmlBody:String  [read-write]Implementation
    public function get htmlBody():String
    public function set htmlBody(value:String):void
stateproperty 
state:String  [read-write]Implementation
    public function get state():String
    public function set state(value:String):void
subjectproperty 
subject:String  [read-write]Implementation
    public function get subject():String
    public function set subject(value:String):void
threadproperty 
thread:String  [read-write]Implementation
    public function get thread():String
    public function set thread(value:String):void
timeproperty 
time:Date  [read-only]Implementation
    public function get time():Date