public abstract class org.springframework.remoting.rmi.RmiBasedExporter extends org.springframework.remoting.support.RemoteInvocationBasedExporter
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.remoting.rmi.RmiBasedExporter
  super_class: org.springframework.remoting.support.RemoteInvocationBasedExporter
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.remoting.rmi.RmiBasedExporter this
         0: .line 42
            aload 0 /* this */
            invokespecial org.springframework.remoting.support.RemoteInvocationBasedExporter.<init>:()V
            return
        end local 0 // org.springframework.remoting.rmi.RmiBasedExporter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/remoting/rmi/RmiBasedExporter;

  protected java.rmi.Remote getObjectToExport();
    descriptor: ()Ljava/rmi/Remote;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.springframework.remoting.rmi.RmiBasedExporter this
         0: .line 53
            aload 0 /* this */
            invokevirtual org.springframework.remoting.rmi.RmiBasedExporter.getService:()Ljava/lang/Object;
            instanceof java.rmi.Remote
            ifeq 3
         1: .line 54
            aload 0 /* this */
            invokevirtual org.springframework.remoting.rmi.RmiBasedExporter.getServiceInterface:()Ljava/lang/Class;
            ifnull 2
            ldc Ljava/rmi/Remote;
            aload 0 /* this */
            invokevirtual org.springframework.remoting.rmi.RmiBasedExporter.getServiceInterface:()Ljava/lang/Class;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 3
         2: .line 56
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.springframework.remoting.rmi.RmiBasedExporter.getService:()Ljava/lang/Object;
            checkcast java.rmi.Remote
            areturn
         3: .line 60
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.remoting.rmi.RmiBasedExporter.logger:Lorg/apache/commons/logging/Log;
            invokeinterface org.apache.commons.logging.Log.isDebugEnabled:()Z
            ifeq 5
         4: .line 61
            aload 0 /* this */
            getfield org.springframework.remoting.rmi.RmiBasedExporter.logger:Lorg/apache/commons/logging/Log;
            new java.lang.StringBuilder
            dup
            ldc "RMI service ["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual org.springframework.remoting.rmi.RmiBasedExporter.getService:()Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "] is an RMI invoker"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface org.apache.commons.logging.Log.debug:(Ljava/lang/Object;)V
         5: .line 63
      StackMap locals:
      StackMap stack:
            new org.springframework.remoting.rmi.RmiInvocationWrapper
            dup
            aload 0 /* this */
            invokevirtual org.springframework.remoting.rmi.RmiBasedExporter.getProxyForService:()Ljava/lang/Object;
            aload 0 /* this */
            invokespecial org.springframework.remoting.rmi.RmiInvocationWrapper.<init>:(Ljava/lang/Object;Lorg/springframework/remoting/rmi/RmiBasedExporter;)V
            areturn
        end local 0 // org.springframework.remoting.rmi.RmiBasedExporter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/springframework/remoting/rmi/RmiBasedExporter;

  protected java.lang.Object invoke(org.springframework.remoting.support.RemoteInvocation, java.lang.Object);
    descriptor: (Lorg/springframework/remoting/support/RemoteInvocation;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.remoting.rmi.RmiBasedExporter this
        start local 1 // org.springframework.remoting.support.RemoteInvocation invocation
        start local 2 // java.lang.Object targetObject
         0: .line 75
            aload 0 /* this */
            aload 1 /* invocation */
            aload 2 /* targetObject */
            invokespecial org.springframework.remoting.support.RemoteInvocationBasedExporter.invoke:(Lorg/springframework/remoting/support/RemoteInvocation;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object targetObject
        end local 1 // org.springframework.remoting.support.RemoteInvocation invocation
        end local 0 // org.springframework.remoting.rmi.RmiBasedExporter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/springframework/remoting/rmi/RmiBasedExporter;
            0    1     1    invocation  Lorg/springframework/remoting/support/RemoteInvocation;
            0    1     2  targetObject  Ljava/lang/Object;
    Exceptions:
      throws java.lang.NoSuchMethodException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
    MethodParameters:
              Name  Flags
      invocation    
      targetObject  
}
SourceFile: "RmiBasedExporter.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()