Class IqProvider<I extends IQ>

    • Constructor Detail

      • IqProvider

        public IqProvider()
    • Method Detail

      • parse

        public final I parse​(org.jivesoftware.smack.xml.XmlPullParser parser,
                             IqData iqCommon)
                      throws org.jivesoftware.smack.xml.XmlPullParserException,
                             java.io.IOException,
                             SmackParsingException
        Throws:
        org.jivesoftware.smack.xml.XmlPullParserException
        java.io.IOException
        SmackParsingException
      • parse

        public final I parse​(org.jivesoftware.smack.xml.XmlPullParser parser,
                             IqData iqData,
                             XmlEnvironment outerXmlEnvironment)
                      throws org.jivesoftware.smack.xml.XmlPullParserException,
                             java.io.IOException,
                             SmackParsingException
        Throws:
        org.jivesoftware.smack.xml.XmlPullParserException
        java.io.IOException
        SmackParsingException
      • parse

        public abstract I parse​(org.jivesoftware.smack.xml.XmlPullParser parser,
                                int initialDepth,
                                IqData iqData,
                                XmlEnvironment xmlEnvironment)
                         throws org.jivesoftware.smack.xml.XmlPullParserException,
                                java.io.IOException,
                                SmackParsingException
        Throws:
        org.jivesoftware.smack.xml.XmlPullParserException
        java.io.IOException
        SmackParsingException