public class com.sun.jndi.rmi.registry.ReferenceWrapper extends java.rmi.server.UnicastRemoteObject implements com.sun.jndi.rmi.registry.RemoteReference
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.jndi.rmi.registry.ReferenceWrapper
  super_class: java.rmi.server.UnicastRemoteObject
{
  protected javax.naming.Reference wrappee;
    descriptor: Ljavax/naming/Reference;
    flags: (0x0004) ACC_PROTECTED

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 6078186197417641456

  public void <init>(javax.naming.Reference);
    descriptor: (Ljavax/naming/Reference;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.jndi.rmi.registry.ReferenceWrapper this
        start local 1 // javax.naming.Reference wrappee
         0: .line 50
            aload 0 /* this */
            invokespecial java.rmi.server.UnicastRemoteObject.<init>:()V
         1: .line 53
            aload 0 /* this */
            aload 1 /* wrappee */
            putfield com.sun.jndi.rmi.registry.ReferenceWrapper.wrappee:Ljavax/naming/Reference;
         2: .line 54
            return
        end local 1 // javax.naming.Reference wrappee
        end local 0 // com.sun.jndi.rmi.registry.ReferenceWrapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/sun/jndi/rmi/registry/ReferenceWrapper;
            0    3     1  wrappee  Ljavax/naming/Reference;
    Exceptions:
      throws javax.naming.NamingException, java.rmi.RemoteException
    MethodParameters:
         Name  Flags
      wrappee  

  public javax.naming.Reference getReference();
    descriptor: ()Ljavax/naming/Reference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.jndi.rmi.registry.ReferenceWrapper this
         0: .line 57
            aload 0 /* this */
            getfield com.sun.jndi.rmi.registry.ReferenceWrapper.wrappee:Ljavax/naming/Reference;
            areturn
        end local 0 // com.sun.jndi.rmi.registry.ReferenceWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jndi/rmi/registry/ReferenceWrapper;
    Exceptions:
      throws java.rmi.RemoteException
}
SourceFile: "ReferenceWrapper.java"