Class FasteningElementProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<E>
-
- org.jivesoftware.smack.provider.Provider<EE>
-
- org.jivesoftware.smack.provider.ExtensionElementProvider<FasteningElement>
-
- org.jivesoftware.smackx.message_fastening.provider.FasteningElementProvider
-
public class FasteningElementProvider extends org.jivesoftware.smack.provider.ExtensionElementProvider<FasteningElement>
-
-
Field Summary
Fields Modifier and Type Field Description static FasteningElementProvider
TEST_INSTANCE
-
Constructor Summary
Constructors Constructor Description FasteningElementProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FasteningElement
parse(org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth, org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment)
-
-
-
Field Detail
-
TEST_INSTANCE
public static final FasteningElementProvider TEST_INSTANCE
-
-
Method Detail
-
parse
public FasteningElement 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 classorg.jivesoftware.smack.provider.Provider<FasteningElement>
- Throws:
org.jivesoftware.smack.xml.XmlPullParserException
java.io.IOException
org.jivesoftware.smack.parsing.SmackParsingException
-
-