Class JingleFileTransferProvider


  • public class JingleFileTransferProvider
    extends org.jivesoftware.smackx.jingle.provider.JingleContentDescriptionProvider<JingleFileTransfer>
    Provider for JingleContentDescriptionFileTransfer elements.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      JingleFileTransfer parse​(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment)  
      static Range parseRangeElement​(org.jivesoftware.smack.xml.XmlPullParser parser)  
      • Methods inherited from class org.jivesoftware.smack.provider.Provider

        parse, parse
      • Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider

        getElementClass
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JingleFileTransferProvider

        public JingleFileTransferProvider()
    • Method Detail

      • parse

        public JingleFileTransfer parse​(org.jivesoftware.smack.xml.XmlPullParser parser,
                                        int initialDepth,
                                        org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment)
                                 throws org.jivesoftware.smack.xml.XmlPullParserException,
                                        java.io.IOException,
                                        org.jivesoftware.smack.parsing.SmackParsingException
        Specified by:
        parse in class org.jivesoftware.smackx.jingle.provider.JingleContentDescriptionProvider<JingleFileTransfer>
        Throws:
        org.jivesoftware.smack.xml.XmlPullParserException
        java.io.IOException
        org.jivesoftware.smack.parsing.SmackParsingException
      • parseRangeElement

        public static Range parseRangeElement​(org.jivesoftware.smack.xml.XmlPullParser parser)
                                       throws java.io.IOException,
                                              org.jivesoftware.smack.xml.XmlPullParserException,
                                              org.jivesoftware.smack.parsing.SmackParsingException
        Throws:
        java.io.IOException
        org.jivesoftware.smack.xml.XmlPullParserException
        org.jivesoftware.smack.parsing.SmackParsingException