public abstract class JingleDescriptionProvider extends 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.
|
public JingleDescriptionProvider()
protected PayloadType parsePayload(org.xmlpull.v1.XmlPullParser parser)
parser
- the input to parsepublic JingleDescription parse(org.xmlpull.v1.XmlPullParser parser, int initialDepth) throws SmackException, org.xmlpull.v1.XmlPullParserException, IOException
parse
in class Provider<JingleDescription>
parser
- the input to parseSmackException
IOException
org.xmlpull.v1.XmlPullParserException
protected abstract JingleDescription getInstance()