public abstract class JingleDescriptionProvider extends org.jivesoftware.smack.provider.ExtensionElementProvider<JingleDescription>
| Modifier and Type | Class and Description |
|---|---|
static class |
JingleDescriptionProvider.Audio
Jingle audio.
|
| Constructor and Description |
|---|
JingleDescriptionProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract JingleDescription |
getInstance()
Return a new instance of this class.
|
JingleDescription |
parse(org.jivesoftware.smack.xml.XmlPullParser parser,
int initialDepth,
org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment)
Parse a iq/jingle/description element.
|
protected PayloadType |
parsePayload(org.jivesoftware.smack.xml.XmlPullParser parser)
Parse a iq/jingle/description/payload-type element.
|
protected PayloadType parsePayload(org.jivesoftware.smack.xml.XmlPullParser parser)
parser - TODO javadoc me please
the input to parsepublic JingleDescription parse(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment) throws org.jivesoftware.smack.xml.XmlPullParserException, java.io.IOException
parse in class org.jivesoftware.smack.provider.Provider<JingleDescription>parser - TODO javadoc me please
the input to parsejava.io.IOException - if an I/O error occurred.org.jivesoftware.smack.xml.XmlPullParserException - if an error in the XML parser occurred.protected abstract JingleDescription getInstance()