Class AgentChatHistory.InternalProvider
java.lang.Object
org.jivesoftware.smack.provider.AbstractProvider<I>
org.jivesoftware.smack.provider.IqProvider<AgentChatHistory>
org.jivesoftware.smackx.workgroup.ext.history.AgentChatHistory.InternalProvider
- Enclosing class:
- AgentChatHistory
Stanza extension provider for AgentHistory packets.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jivesoftware.smack.provider.AbstractProvider
AbstractProvider.NumberFormatParseException, AbstractProvider.TextParseException, AbstractProvider.WrappableParser<E>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionparse
(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment) Methods inherited from class org.jivesoftware.smack.provider.IqProvider
parse, parse
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass, wrapExceptions
-
Constructor Details
-
InternalProvider
public InternalProvider()
-
-
Method Details
-
parse
public AgentChatHistory parse(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment) throws XmlPullParserException, IOException - Specified by:
parse
in classIqProvider<AgentChatHistory>
- Throws:
XmlPullParserException
IOException
-