Class RTPBridge.Provider
java.lang.Object
org.jivesoftware.smack.provider.AbstractProvider<I>
org.jivesoftware.smack.provider.IqProvider<RTPBridge>
org.jivesoftware.smackx.jingleold.nat.RTPBridge.Provider
- Enclosing class:
- RTPBridge
IQProvider for RTP Bridge packets.
Parse receive RTPBridge stanza to a RTPBridge instance
-
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, toUrl, wrapExceptions
-
Constructor Details
-
Provider
public Provider()
-
-
Method Details
-
parse
public RTPBridge parse(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment) throws XmlPullParserException, IOException - Specified by:
parse
in classIqProvider<RTPBridge>
- Throws:
XmlPullParserException
IOException
-