Class TranscriptProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<I>
-
- org.jivesoftware.smack.provider.IqProvider<I>
-
- org.jivesoftware.smack.provider.IQProvider<Transcript>
-
- org.jivesoftware.smackx.workgroup.packet.TranscriptProvider
-
public class TranscriptProvider extends IQProvider<Transcript>
An IQProvider for transcripts.
-
-
Constructor Summary
Constructors Constructor Description TranscriptProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Transcript
parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-
Methods inherited from class org.jivesoftware.smack.provider.IQProvider
parse, parse, parse
-
Methods inherited from class org.jivesoftware.smack.provider.IqProvider
parse, parse
-
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass
-
-
-
-
Constructor Detail
-
TranscriptProvider
public TranscriptProvider()
-
-
Method Detail
-
parse
public Transcript parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws XmlPullParserException, IOException, SmackParsingException
- Specified by:
parse
in classIQProvider<Transcript>
- Throws:
XmlPullParserException
IOException
SmackParsingException
-
-