Package org.jivesoftware.smack.packet.id
Class UuidStanzaIdSource.Factory
- java.lang.Object
-
- org.jivesoftware.smack.packet.id.UuidStanzaIdSource.Factory
-
- All Implemented Interfaces:
StanzaIdSourceFactory
- Enclosing class:
- UuidStanzaIdSource
public static class UuidStanzaIdSource.Factory extends java.lang.Object implements StanzaIdSourceFactory
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UuidStanzaIdSource
constructStanzaIdSource()
-
-
-
Constructor Detail
-
Factory
public Factory()
-
-
Method Detail
-
constructStanzaIdSource
public UuidStanzaIdSource constructStanzaIdSource()
- Specified by:
constructStanzaIdSource
in interfaceStanzaIdSourceFactory
-
-