public class org.springframework.remoting.support.DefaultRemoteInvocationFactory implements org.springframework.remoting.support.RemoteInvocationFactory
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.remoting.support.DefaultRemoteInvocationFactory
super_class: java.lang.Object
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.springframework.remoting.support.DefaultRemoteInvocationFactory this
0: .line 28
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // org.springframework.remoting.support.DefaultRemoteInvocationFactory this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/remoting/support/DefaultRemoteInvocationFactory;
public org.springframework.remoting.support.RemoteInvocation createRemoteInvocation(org.aopalliance.intercept.MethodInvocation);
descriptor: (Lorg/aopalliance/intercept/MethodInvocation;)Lorg/springframework/remoting/support/RemoteInvocation;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 // org.springframework.remoting.support.DefaultRemoteInvocationFactory this
start local 1 // org.aopalliance.intercept.MethodInvocation methodInvocation
0: .line 32
new org.springframework.remoting.support.RemoteInvocation
dup
aload 1 /* methodInvocation */
invokespecial org.springframework.remoting.support.RemoteInvocation.<init>:(Lorg/aopalliance/intercept/MethodInvocation;)V
areturn
end local 1 // org.aopalliance.intercept.MethodInvocation methodInvocation
end local 0 // org.springframework.remoting.support.DefaultRemoteInvocationFactory this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/remoting/support/DefaultRemoteInvocationFactory;
0 1 1 methodInvocation Lorg/aopalliance/intercept/MethodInvocation;
MethodParameters:
Name Flags
methodInvocation
}
SourceFile: "DefaultRemoteInvocationFactory.java"