Packageorg.igniterealtime.xiff.data
Interfacepublic interface IIQ extends IXMPPStanza, IXMLStanza, IExtendable, INodeProxy
Implementors IQ

Interface for IQ



Public Properties
 PropertyDefined By
  callback : Function
IIQ
  errorCallback : Function
IIQ
 InheritederrorCode : int
IXMPPStanza
 InheritederrorCondition : String
IXMPPStanza
 InheritederrorMessage : String
IXMPPStanza
 InheritederrorType : String
IXMPPStanza
 Inheritedfrom : EscapedJID
IXMPPStanza
 Inheritedid : String
IXMPPStanza
 Inheritedto : EscapedJID
IXMPPStanza
 Inheritedtype : String
IXMPPStanza
 Inheritedxml : XML
INodeProxy
Public Methods
 MethodDefined By
 Inherited
IExtendable
 Inherited
IExtendable
 Inherited
getAllExtensionsByNS(nameSpace:String):Array
IExtendable
 Inherited
getAttribute(name:String):String
IXMLStanza
 Inherited
getField(name:String):String
IXMLStanza
 Inherited
removeAllExtensions(nameSpace:String):void
IExtendable
 Inherited
removeExtension(extension:IExtension):Boolean
IExtendable
 Inherited
setAttribute(name:String, value:String):void
IXMLStanza
 Inherited
setField(name:String, value:String):void
IXMLStanza
 Inherited
toString():String
IXMLStanza
Property Detail
callbackproperty
callback:Function


Implementation
    public function get callback():Function
    public function set callback(value:Function):void
errorCallbackproperty 
errorCallback:Function


Implementation
    public function get errorCallback():Function
    public function set errorCallback(value:Function):void