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 - 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 - the input to parsejava.io.IOExceptionorg.jivesoftware.smack.xml.XmlPullParserExceptionprotected abstract JingleDescription getInstance()