public abstract class JingleContentDescriptionProvider extends org.jivesoftware.smack.provider.ExtensionElementProvider<JingleContentDescription>
| Modifier and Type | Class and Description |
|---|---|
static class |
JingleContentDescriptionProvider.Audio
Jingle audio.
|
| Constructor and Description |
|---|
JingleContentDescriptionProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract JingleContentDescription |
getInstance()
Return a new instance of this class.
|
JingleContentDescription |
parse(org.jivesoftware.smack.xml.XmlPullParser parser,
int initialDepth,
org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment)
Parse a iq/jingle/description element.
|
protected JingleContentDescription.JinglePayloadType |
parsePayload(org.jivesoftware.smack.xml.XmlPullParser parser)
Parse a iq/jingle/description/payload-type element.
|
protected JingleContentDescription.JinglePayloadType parsePayload(org.jivesoftware.smack.xml.XmlPullParser parser)
parser - the input to parsepublic JingleContentDescription 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<JingleContentDescription>parser - the input to parsejava.io.IOExceptionorg.jivesoftware.smack.xml.XmlPullParserExceptionprotected abstract JingleContentDescription getInstance()