Class AgentChatHistory.InternalProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<I>
-
- org.jivesoftware.smack.provider.IqProvider<I>
-
- org.jivesoftware.smack.provider.IQProvider<AgentChatHistory>
-
- org.jivesoftware.smackx.workgroup.ext.history.AgentChatHistory.InternalProvider
-
- Enclosing class:
- AgentChatHistory
public static class AgentChatHistory.InternalProvider extends IQProvider<AgentChatHistory>
Stanza extension provider for AgentHistory packets.
-
-
Constructor Summary
Constructors Constructor Description InternalProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgentChatHistory
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
-
InternalProvider
public InternalProvider()
-
-
Method Detail
-
parse
public AgentChatHistory parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws XmlPullParserException, java.io.IOException
- Specified by:
parse
in classIQProvider<AgentChatHistory>
- Throws:
XmlPullParserException
java.io.IOException
-
-