Uses of Interface
org.jivesoftware.smackx.mam.element.MamElementFactory
-
Packages that use MamElementFactory Package Description org.jivesoftware.smackx.mam.element Packet classes and interfaces for Message Archive Management (MAM) XEP-0313. -
-
Uses of MamElementFactory in org.jivesoftware.smackx.mam.element
Methods in org.jivesoftware.smackx.mam.element that return MamElementFactory Modifier and Type Method Description static MamElementFactoryMamElementFactory. forParser(XmlPullParser parser)Creates a newMamElementFactoryfor the parser based on the namespace of the parser.abstract MamElementFactoryMamVersion. newElementFactory()Creates a new factory that creates IQ's and extension objects for this MAM version.
-