Packageorg.igniterealtime.xiff.data.id
Interfacepublic interface IIDGenerator
Implementors IncrementalGenerator, SOIncrementalGenerator, UUIDGenerator

To use custom ID generators call the static function on the XMPPStanza class with an instance that implements IIDGenerator.



Public Properties
 PropertyDefined By
  prefix : String
The prefix to use for the generated ID (for namespacing purposes).
IIDGenerator
Public Methods
 MethodDefined By
  
generateID():String
Generates an ID.
IIDGenerator
Property Detail
prefixproperty
prefix:String

The prefix to use for the generated ID (for namespacing purposes).


Implementation
    public function get prefix():String
    public function set prefix(value:String):void
Method Detail
generateID()method
public function generateID():String

Generates an ID.

Returns
String — The generated ID