final class com.sun.xml.internal.ws.model.Injector
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.sun.xml.internal.ws.model.Injector
super_class: java.lang.Object
{
private static final java.util.logging.Logger LOGGER;
descriptor: Ljava/util/logging/Logger;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static java.lang.reflect.Method defineClass;
descriptor: Ljava/lang/reflect/Method;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static java.lang.reflect.Method resolveClass;
descriptor: Ljava/lang/reflect/Method;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static java.lang.reflect.Method getPackage;
descriptor: Ljava/lang/reflect/Method;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static java.lang.reflect.Method definePackage;
descriptor: Ljava/lang/reflect/Method;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static java.lang.Object U;
descriptor: Ljava/lang/Object;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=3, args_size=0
0: ldc Lcom/sun/xml/internal/ws/model/Injector;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
invokestatic java.util.logging.Logger.getLogger:(Ljava/lang/String;)Ljava/util/logging/Logger;
putstatic com.sun.xml.internal.ws.model.Injector.LOGGER:Ljava/util/logging/Logger;
1: new com.sun.xml.internal.ws.model.Injector$1
dup
invokespecial com.sun.xml.internal.ws.model.Injector$1.<init>:()V
2: invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
checkcast java.lang.reflect.Method[]
astore 0
start local 0 3: aload 0
iconst_0
aaload
putstatic com.sun.xml.internal.ws.model.Injector.defineClass:Ljava/lang/reflect/Method;
4: aload 0
iconst_1
aaload
putstatic com.sun.xml.internal.ws.model.Injector.resolveClass:Ljava/lang/reflect/Method;
5: aload 0
iconst_2
aaload
putstatic com.sun.xml.internal.ws.model.Injector.getPackage:Ljava/lang/reflect/Method;
6: aload 0
iconst_3
aaload
putstatic com.sun.xml.internal.ws.model.Injector.definePackage:Ljava/lang/reflect/Method;
end local 0 7: goto 17
StackMap locals:
StackMap stack: java.lang.Throwable
8: astore 0
start local 0 9: new com.sun.xml.internal.ws.model.Injector$2
dup
invokespecial com.sun.xml.internal.ws.model.Injector$2.<init>:()V
invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedExceptionAction;)Ljava/lang/Object;
putstatic com.sun.xml.internal.ws.model.Injector.U:Ljava/lang/Object;
10: new com.sun.xml.internal.ws.model.Injector$3
dup
invokespecial com.sun.xml.internal.ws.model.Injector$3.<init>:()V
invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedExceptionAction;)Ljava/lang/Object;
checkcast java.lang.reflect.Method
putstatic com.sun.xml.internal.ws.model.Injector.defineClass:Ljava/lang/reflect/Method;
11: goto 17
StackMap locals: java.lang.Throwable
StackMap stack: java.lang.Exception
12: astore 1
start local 1 13: ldc Lcom/sun/xml/internal/ws/model/Injector;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
invokestatic java.util.logging.Logger.getLogger:(Ljava/lang/String;)Ljava/util/logging/Logger;
getstatic java.util.logging.Level.SEVERE:Ljava/util/logging/Level;
aconst_null
aload 1
invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
14: new javax.xml.ws.WebServiceException
dup
aload 1
invokespecial javax.xml.ws.WebServiceException.<init>:(Ljava/lang/Throwable;)V
astore 2
start local 2 15: aload 2
aload 0
invokevirtual javax.xml.ws.WebServiceException.addSuppressed:(Ljava/lang/Throwable;)V
16: aload 2
athrow
end local 2 end local 1 end local 0 17: StackMap locals:
StackMap stack:
return
LocalVariableTable:
Start End Slot Name Signature
3 7 0 m [Ljava/lang/reflect/Method;
9 17 0 t Ljava/lang/Throwable;
13 17 1 ex Ljava/lang/Exception;
15 17 2 we Ljavax/xml/ws/WebServiceException;
Exception table:
from to target type
1 7 8 Class java.lang.Throwable
9 11 12 Class java.lang.SecurityException
9 11 12 Class java.security.PrivilegedActionException
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/ws/model/Injector;
private static java.lang.reflect.Method getMethod(java.lang.Class<?>, java.lang.String, java.lang.Class<?>[]);
descriptor: (Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
flags: (0x008a) ACC_PRIVATE, ACC_STATIC, ACC_VARARGS
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual java.lang.Class.getDeclaredMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
astore 3
start local 3 1: aload 3
iconst_1
invokevirtual java.lang.reflect.Method.setAccessible:(Z)V
2: aload 3
3: areturn
end local 3 4: StackMap locals:
StackMap stack: java.lang.NoSuchMethodException
astore 3
start local 3 5: new java.lang.NoSuchMethodError
dup
aload 3
invokevirtual java.lang.NoSuchMethodException.getMessage:()Ljava/lang/String;
invokespecial java.lang.NoSuchMethodError.<init>:(Ljava/lang/String;)V
athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 c Ljava/lang/Class<*>;
0 6 1 methodname Ljava/lang/String;
0 6 2 params [Ljava/lang/Class;
1 4 3 m Ljava/lang/reflect/Method;
5 6 3 e Ljava/lang/NoSuchMethodException;
Exception table:
from to target type
0 3 4 Class java.lang.NoSuchMethodException
Signature: (Ljava/lang/Class<*>;Ljava/lang/String;[Ljava/lang/Class<*>;)Ljava/lang/reflect/Method;
MethodParameters:
Name Flags
c final
methodname final
params final
static synchronized java.lang.Class inject(java.lang.ClassLoader, java.lang.String, byte[]);
descriptor: (Ljava/lang/ClassLoader;Ljava/lang/String;[B)Ljava/lang/Class;
flags: (0x0028) ACC_STATIC, ACC_SYNCHRONIZED
Code:
stack=8, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokevirtual java.lang.ClassLoader.loadClass:(Ljava/lang/String;)Ljava/lang/Class;
1: areturn
2: StackMap locals:
StackMap stack: java.lang.ClassNotFoundException
pop
3: getstatic com.sun.xml.internal.ws.model.Injector.definePackage:Ljava/lang/reflect/Method;
ifnonnull 6
4: getstatic com.sun.xml.internal.ws.model.Injector.defineClass:Ljava/lang/reflect/Method;
getstatic com.sun.xml.internal.ws.model.Injector.U:Ljava/lang/Object;
bipush 6
anewarray java.lang.Object
dup
iconst_0
aload 1
bipush 47
bipush 46
invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
aastore
dup
iconst_1
aload 2
aastore
dup
iconst_2
iconst_0
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_3
aload 2
arraylength
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_4
aload 0
aastore
dup
iconst_5
ldc Lcom/sun/xml/internal/ws/model/Injector;
invokevirtual java.lang.Class.getProtectionDomain:()Ljava/security/ProtectionDomain;
aastore
invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Class
5: areturn
6: StackMap locals:
StackMap stack:
aload 1
bipush 46
invokevirtual java.lang.String.lastIndexOf:(I)I
istore 3
start local 3 7: iload 3
iconst_m1
if_icmpeq 12
8: aload 1
iconst_0
iload 3
invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
astore 4
start local 4 9: getstatic com.sun.xml.internal.ws.model.Injector.getPackage:Ljava/lang/reflect/Method;
aload 0
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 4
aastore
invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Package
astore 5
start local 5 10: aload 5
ifnonnull 12
11: getstatic com.sun.xml.internal.ws.model.Injector.definePackage:Ljava/lang/reflect/Method;
aload 0
bipush 8
anewarray java.lang.Object
dup
iconst_0
aload 4
aastore
dup
iconst_1
aconst_null
aastore
dup
iconst_2
aconst_null
aastore
dup
iconst_3
aconst_null
aastore
dup
iconst_4
aconst_null
aastore
dup
iconst_5
aconst_null
aastore
dup
bipush 6
aconst_null
aastore
dup
bipush 7
aconst_null
aastore
invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
pop
end local 5 end local 4 12: StackMap locals: int
StackMap stack:
getstatic com.sun.xml.internal.ws.model.Injector.defineClass:Ljava/lang/reflect/Method;
aload 0
iconst_4
anewarray java.lang.Object
dup
iconst_0
aload 1
bipush 47
bipush 46
invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
aastore
dup
iconst_1
aload 2
aastore
dup
iconst_2
iconst_0
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_3
aload 2
arraylength
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Class
astore 4
start local 4 13: getstatic com.sun.xml.internal.ws.model.Injector.resolveClass:Ljava/lang/reflect/Method;
aload 0
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 4
aastore
invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
pop
14: aload 4
15: areturn
end local 4 end local 3 16: StackMap locals: java.lang.ClassLoader java.lang.String byte[]
StackMap stack: java.lang.ReflectiveOperationException
astore 3
start local 3 17: getstatic com.sun.xml.internal.ws.model.Injector.LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
ifeq 19
18: getstatic com.sun.xml.internal.ws.model.Injector.LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
new java.lang.StringBuilder
dup
ldc "Unable to inject "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
aload 3
invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
19: StackMap locals: java.lang.ReflectiveOperationException
StackMap stack:
new javax.xml.ws.WebServiceException
dup
aload 3
invokespecial javax.xml.ws.WebServiceException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 20 0 cl Ljava/lang/ClassLoader;
0 20 1 className Ljava/lang/String;
0 20 2 image [B
7 16 3 packIndex I
9 12 4 pkgname Ljava/lang/String;
10 12 5 pkg Ljava/lang/Package;
13 16 4 c Ljava/lang/Class;
17 20 3 e Ljava/lang/ReflectiveOperationException;
Exception table:
from to target type
0 1 2 Class java.lang.ClassNotFoundException
3 5 16 Class java.lang.IllegalAccessException
6 15 16 Class java.lang.IllegalAccessException
3 5 16 Class java.lang.reflect.InvocationTargetException
6 15 16 Class java.lang.reflect.InvocationTargetException
MethodParameters:
Name Flags
cl
className
image
}
SourceFile: "Injector.java"
NestMembers:
com.sun.xml.internal.ws.model.Injector$1 com.sun.xml.internal.ws.model.Injector$2 com.sun.xml.internal.ws.model.Injector$3
InnerClasses:
com.sun.xml.internal.ws.model.Injector$1
com.sun.xml.internal.ws.model.Injector$2
com.sun.xml.internal.ws.model.Injector$3