Package org.jivesoftware.smack.provider
Class IntrospectionProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.IntrospectionProvider
-
public class IntrospectionProvider extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIntrospectionProvider.IQIntrospectionProvider<I extends IQ>static classIntrospectionProvider.PacketExtensionIntrospectionProvider<PE extends ExtensionElement>
-
Constructor Summary
Constructors Constructor Description IntrospectionProvider()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.ObjectparseWithIntrospection(java.lang.Class<?> objectClass, org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth)
-
-
-
Method Detail
-
parseWithIntrospection
public static java.lang.Object parseWithIntrospection(java.lang.Class<?> objectClass, org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth) throws java.lang.NoSuchMethodException, java.lang.SecurityException, java.lang.InstantiationException, java.lang.IllegalAccessException, org.jivesoftware.smack.xml.XmlPullParserException, java.io.IOException, java.lang.IllegalArgumentException, java.lang.reflect.InvocationTargetException, java.lang.ClassNotFoundException- Throws:
java.lang.NoSuchMethodExceptionjava.lang.SecurityExceptionjava.lang.InstantiationExceptionjava.lang.IllegalAccessExceptionorg.jivesoftware.smack.xml.XmlPullParserExceptionjava.io.IOExceptionjava.lang.IllegalArgumentExceptionjava.lang.reflect.InvocationTargetExceptionjava.lang.ClassNotFoundException
-
-