public class HttpOverXmppReqProvider extends AbstractHttpOverXmppProvider
| Constructor and Description |
|---|
HttpOverXmppReqProvider()
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 HttpOverXmppReqProvider()
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.