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.xmlpull.v1.XmlPullParser parser,
int initialDepth)
Parse a iq/jingle/description element.
|
protected PayloadType |
parsePayload(org.xmlpull.v1.XmlPullParser parser)
Parse a iq/jingle/description/payload-type element.
|
protected PayloadType parsePayload(org.xmlpull.v1.XmlPullParser parser)
parser - the input to parsepublic JingleDescription parse(org.xmlpull.v1.XmlPullParser parser, int initialDepth) throws org.jivesoftware.smack.SmackException, org.xmlpull.v1.XmlPullParserException, java.io.IOException
parse in class org.jivesoftware.smack.provider.Provider<JingleDescription>parser - the input to parseorg.jivesoftware.smack.SmackExceptionjava.io.IOExceptionorg.xmlpull.v1.XmlPullParserExceptionprotected abstract JingleDescription getInstance()