Packageorg.igniterealtime.xiff.data
Interfacepublic interface IXMPPStanza extends IXMLStanza, INodeProxy, IExtendable, ISerializable
SubinterfacesIIQ, IMessage, IPresence
ImplementorsXMPPStanza



Public Properties
 PropertyDefined by
  errorCode : int
IXMPPStanza
  errorCondition : String
IXMPPStanza
  errorMessage : String
IXMPPStanza
  errorType : String
IXMPPStanza
  from : EscapedJID
IXMPPStanza
  id : String
IXMPPStanza
  to : EscapedJID
IXMPPStanza
  type : 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
errorCodeproperty
errorCode:int  [read-write]Implementation
    public function get errorCode():int
    public function set errorCode(value:int):void
errorConditionproperty 
errorCondition:String  [read-write]Implementation
    public function get errorCondition():String
    public function set errorCondition(value:String):void
errorMessageproperty 
errorMessage:String  [read-write]Implementation
    public function get errorMessage():String
    public function set errorMessage(value:String):void
errorTypeproperty 
errorType:String  [read-write]Implementation
    public function get errorType():String
    public function set errorType(value:String):void
fromproperty 
from:EscapedJID  [read-write]Implementation
    public function get from():EscapedJID
    public function set from(value:EscapedJID):void
idproperty 
id:String  [read-write]Implementation
    public function get id():String
    public function set id(value:String):void
toproperty 
to:EscapedJID  [read-write]Implementation
    public function get to():EscapedJID
    public function set to(value:EscapedJID):void
typeproperty 
type:String  [read-write]Implementation
    public function get type():String
    public function set type(value:String):void