Package org.jivesoftware.smack.provider
Class IntrospectionProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.IntrospectionProvider
-
@Deprecated public class IntrospectionProvider extends java.lang.ObjectDeprecated.use a proper parser.Parsing with introspection poses a security threat and results in mutable classes and is therefore discouraged.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIntrospectionProvider.IQIntrospectionProvider<I extends IQ>Deprecated.use a proper parser.static classIntrospectionProvider.PacketExtensionIntrospectionProvider<PE extends ExtensionElement>Deprecated.use a proper parser.
-
Constructor Summary
Constructors Constructor Description IntrospectionProvider()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static java.lang.ObjectparseWithIntrospection(java.lang.Class<?> objectClass, org.jivesoftware.smack.xml.XmlPullParser parser, int initialDepth)Deprecated.
-
-
-
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.ClassNotFoundExceptionDeprecated.- Throws:
java.lang.NoSuchMethodExceptionjava.lang.SecurityExceptionjava.lang.InstantiationExceptionjava.lang.IllegalAccessExceptionorg.jivesoftware.smack.xml.XmlPullParserExceptionjava.io.IOExceptionjava.lang.IllegalArgumentExceptionjava.lang.reflect.InvocationTargetExceptionjava.lang.ClassNotFoundException
-
-