public class HttpOverXmppRespProvider extends AbstractHttpOverXmppProvider
| Constructor and Description |
|---|
HttpOverXmppRespProvider()
Mandatory no argument constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IQ |
parseIQ(org.xmlpull.v1.XmlPullParser parser)
Parse the IQ sub-document and create an IQ instance.
|
parseHeadersAndDatapublic HttpOverXmppRespProvider()
public IQ parseIQ(org.xmlpull.v1.XmlPullParser parser) throws java.lang.Exception
IQProviderparser - an XML parser.java.lang.Exception - if an error occurs parsing the XML.