public abstract class org.springframework.remoting.support.RemoteInvocationBasedAccessor extends org.springframework.remoting.support.UrlBasedRemoteAccessor
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.springframework.remoting.support.RemoteInvocationBasedAccessor
super_class: org.springframework.remoting.support.UrlBasedRemoteAccessor
{
private org.springframework.remoting.support.RemoteInvocationFactory remoteInvocationFactory;
descriptor: Lorg/springframework/remoting/support/RemoteInvocationFactory;
flags: (0x0002) ACC_PRIVATE
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokespecial org.springframework.remoting.support.UrlBasedRemoteAccessor.<init>:()V
1: aload 0
new org.springframework.remoting.support.DefaultRemoteInvocationFactory
dup
invokespecial org.springframework.remoting.support.DefaultRemoteInvocationFactory.<init>:()V
putfield org.springframework.remoting.support.RemoteInvocationBasedAccessor.remoteInvocationFactory:Lorg/springframework/remoting/support/RemoteInvocationFactory;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/springframework/remoting/support/RemoteInvocationBasedAccessor;
public void setRemoteInvocationFactory(org.springframework.remoting.support.RemoteInvocationFactory);
descriptor: (Lorg/springframework/remoting/support/RemoteInvocationFactory;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
1: aload 1
ifnull 2
aload 1
goto 3
StackMap locals:
StackMap stack: org.springframework.remoting.support.RemoteInvocationBasedAccessor
2: new org.springframework.remoting.support.DefaultRemoteInvocationFactory
dup
invokespecial org.springframework.remoting.support.DefaultRemoteInvocationFactory.<init>:()V
3: StackMap locals: org.springframework.remoting.support.RemoteInvocationBasedAccessor org.springframework.remoting.support.RemoteInvocationFactory
StackMap stack: org.springframework.remoting.support.RemoteInvocationBasedAccessor org.springframework.remoting.support.RemoteInvocationFactory
putfield org.springframework.remoting.support.RemoteInvocationBasedAccessor.remoteInvocationFactory:Lorg/springframework/remoting/support/RemoteInvocationFactory;
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/springframework/remoting/support/RemoteInvocationBasedAccessor;
0 5 1 remoteInvocationFactory Lorg/springframework/remoting/support/RemoteInvocationFactory;
MethodParameters:
Name Flags
remoteInvocationFactory
public org.springframework.remoting.support.RemoteInvocationFactory getRemoteInvocationFactory();
descriptor: ()Lorg/springframework/remoting/support/RemoteInvocationFactory;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.remoting.support.RemoteInvocationBasedAccessor.remoteInvocationFactory:Lorg/springframework/remoting/support/RemoteInvocationFactory;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/remoting/support/RemoteInvocationBasedAccessor;
protected org.springframework.remoting.support.RemoteInvocation createRemoteInvocation(org.aopalliance.intercept.MethodInvocation);
descriptor: (Lorg/aopalliance/intercept/MethodInvocation;)Lorg/springframework/remoting/support/RemoteInvocation;
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.springframework.remoting.support.RemoteInvocationBasedAccessor.getRemoteInvocationFactory:()Lorg/springframework/remoting/support/RemoteInvocationFactory;
aload 1
invokeinterface org.springframework.remoting.support.RemoteInvocationFactory.createRemoteInvocation:(Lorg/aopalliance/intercept/MethodInvocation;)Lorg/springframework/remoting/support/RemoteInvocation;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/remoting/support/RemoteInvocationBasedAccessor;
0 1 1 methodInvocation Lorg/aopalliance/intercept/MethodInvocation;
MethodParameters:
Name Flags
methodInvocation
protected java.lang.Object recreateRemoteInvocationResult(org.springframework.remoting.support.RemoteInvocationResult);
descriptor: (Lorg/springframework/remoting/support/RemoteInvocationResult;)Ljava/lang/Object;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual org.springframework.remoting.support.RemoteInvocationResult.recreate:()Ljava/lang/Object;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/remoting/support/RemoteInvocationBasedAccessor;
0 1 1 result Lorg/springframework/remoting/support/RemoteInvocationResult;
Exceptions:
throws java.lang.Throwable
MethodParameters:
Name Flags
result
}
SourceFile: "RemoteInvocationBasedAccessor.java"