public abstract class org.springframework.remoting.support.RemoteAccessor extends org.springframework.remoting.support.RemotingSupport
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.remoting.support.RemoteAccessor
  super_class: org.springframework.remoting.support.RemotingSupport
{
  private java.lang.Class<?> serviceInterface;
    descriptor: Ljava/lang/Class;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/lang/Class<*>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.remoting.support.RemoteAccessor this
         0: .line 39
            aload 0 /* this */
            invokespecial org.springframework.remoting.support.RemotingSupport.<init>:()V
            return
        end local 0 // org.springframework.remoting.support.RemoteAccessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/remoting/support/RemoteAccessor;

  public void setServiceInterface(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.remoting.support.RemoteAccessor this
        start local 1 // java.lang.Class serviceInterface
         0: .line 51
            aload 1 /* serviceInterface */
            ldc "'serviceInterface' must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 52
            aload 1 /* serviceInterface */
            invokevirtual java.lang.Class.isInterface:()Z
            ldc "'serviceInterface' must be an interface"
            invokestatic org.springframework.util.Assert.isTrue:(ZLjava/lang/String;)V
         2: .line 53
            aload 0 /* this */
            aload 1 /* serviceInterface */
            putfield org.springframework.remoting.support.RemoteAccessor.serviceInterface:Ljava/lang/Class;
         3: .line 54
            return
        end local 1 // java.lang.Class serviceInterface
        end local 0 // org.springframework.remoting.support.RemoteAccessor this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lorg/springframework/remoting/support/RemoteAccessor;
            0    4     1  serviceInterface  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)V
    MethodParameters:
                  Name  Flags
      serviceInterface  

  public java.lang.Class<?> getServiceInterface();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.remoting.support.RemoteAccessor this
         0: .line 60
            aload 0 /* this */
            getfield org.springframework.remoting.support.RemoteAccessor.serviceInterface:Ljava/lang/Class;
            areturn
        end local 0 // org.springframework.remoting.support.RemoteAccessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/remoting/support/RemoteAccessor;
    Signature: ()Ljava/lang/Class<*>;
}
SourceFile: "RemoteAccessor.java"