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 // org.springframework.remoting.support.RemoteInvocationBasedAccessor this
         0: .line 35
            aload 0 /* this */
            invokespecial org.springframework.remoting.support.UrlBasedRemoteAccessor.<init>:()V
         1: .line 37
            aload 0 /* this */
            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: .line 35
            return
        end local 0 // org.springframework.remoting.support.RemoteInvocationBasedAccessor this
      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 // org.springframework.remoting.support.RemoteInvocationBasedAccessor this
        start local 1 // org.springframework.remoting.support.RemoteInvocationFactory remoteInvocationFactory
         0: .line 47
            aload 0 /* this */
         1: .line 48
            aload 1 /* remoteInvocationFactory */
            ifnull 2
            aload 1 /* remoteInvocationFactory */
            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: .line 47
      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: .line 49
            return
        end local 1 // org.springframework.remoting.support.RemoteInvocationFactory remoteInvocationFactory
        end local 0 // org.springframework.remoting.support.RemoteInvocationBasedAccessor this
      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 // org.springframework.remoting.support.RemoteInvocationBasedAccessor this
         0: .line 55
            aload 0 /* this */
            getfield org.springframework.remoting.support.RemoteInvocationBasedAccessor.remoteInvocationFactory:Lorg/springframework/remoting/support/RemoteInvocationFactory;
            areturn
        end local 0 // org.springframework.remoting.support.RemoteInvocationBasedAccessor this
      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 // org.springframework.remoting.support.RemoteInvocationBasedAccessor this
        start local 1 // org.aopalliance.intercept.MethodInvocation methodInvocation
         0: .line 71
            aload 0 /* this */
            invokevirtual org.springframework.remoting.support.RemoteInvocationBasedAccessor.getRemoteInvocationFactory:()Lorg/springframework/remoting/support/RemoteInvocationFactory;
            aload 1 /* methodInvocation */
            invokeinterface org.springframework.remoting.support.RemoteInvocationFactory.createRemoteInvocation:(Lorg/aopalliance/intercept/MethodInvocation;)Lorg/springframework/remoting/support/RemoteInvocation;
            areturn
        end local 1 // org.aopalliance.intercept.MethodInvocation methodInvocation
        end local 0 // org.springframework.remoting.support.RemoteInvocationBasedAccessor this
      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 // org.springframework.remoting.support.RemoteInvocationBasedAccessor this
        start local 1 // org.springframework.remoting.support.RemoteInvocationResult result
         0: .line 85
            aload 1 /* result */
            invokevirtual org.springframework.remoting.support.RemoteInvocationResult.recreate:()Ljava/lang/Object;
            areturn
        end local 1 // org.springframework.remoting.support.RemoteInvocationResult result
        end local 0 // org.springframework.remoting.support.RemoteInvocationBasedAccessor this
      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"