public class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean extends org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor implements org.springframework.beans.factory.FactoryBean<java.lang.Object>, org.springframework.beans.factory.BeanClassLoaderAware
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
  super_class: org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
{
  private java.lang.Class<?> businessInterface;
    descriptor: Ljava/lang/Class;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/lang/Class<*>;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private java.lang.ClassLoader beanClassLoader;
    descriptor: Ljava/lang/ClassLoader;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private java.lang.Object proxy;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean this
         0: .line 62
            aload 0 /* this */
            invokespecial org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor.<init>:()V
         1: .line 70
            aload 0 /* this */
            invokestatic org.springframework.util.ClassUtils.getDefaultClassLoader:()Ljava/lang/ClassLoader;
            putfield org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean.beanClassLoader:Ljava/lang/ClassLoader;
         2: .line 62
            return
        end local 0 // org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/ejb/access/SimpleRemoteStatelessSessionProxyFactoryBean;

  public void setBusinessInterface(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.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean this
        start local 1 // java.lang.Class businessInterface
         0: .line 88
            aload 0 /* this */
            aload 1 /* businessInterface */
            putfield org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean.businessInterface:Ljava/lang/Class;
         1: .line 89
            return
        end local 1 // java.lang.Class businessInterface
        end local 0 // org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lorg/springframework/ejb/access/SimpleRemoteStatelessSessionProxyFactoryBean;
            0    2     1  businessInterface  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)V
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
                   Name  Flags
      businessInterface  

  public java.lang.Class<?> getBusinessInterface();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean this
         0: .line 96
            aload 0 /* this */
            getfield org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean.businessInterface:Ljava/lang/Class;
            areturn
        end local 0 // org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/ejb/access/SimpleRemoteStatelessSessionProxyFactoryBean;
    Signature: ()Ljava/lang/Class<*>;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void setBeanClassLoader(java.lang.ClassLoader);
    descriptor: (Ljava/lang/ClassLoader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean this
        start local 1 // java.lang.ClassLoader classLoader
         0: .line 101
            aload 0 /* this */
            aload 1 /* classLoader */
            putfield org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean.beanClassLoader:Ljava/lang/ClassLoader;
         1: .line 102
            return
        end local 1 // java.lang.ClassLoader classLoader
        end local 0 // org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/springframework/ejb/access/SimpleRemoteStatelessSessionProxyFactoryBean;
            0    2     1  classLoader  Ljava/lang/ClassLoader;
    MethodParameters:
             Name  Flags
      classLoader  

  public void afterPropertiesSet();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean this
         0: .line 106
            aload 0 /* this */
            invokespecial org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor.afterPropertiesSet:()V
         1: .line 107
            aload 0 /* this */
            getfield org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean.businessInterface:Ljava/lang/Class;
            ifnonnull 3
         2: .line 108
            new java.lang.IllegalArgumentException
            dup
            ldc "businessInterface is required"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 110
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.springframework.aop.framework.ProxyFactory
            dup
            aload 0 /* this */
            getfield org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean.businessInterface:Ljava/lang/Class;
            aload 0 /* this */
            invokespecial org.springframework.aop.framework.ProxyFactory.<init>:(Ljava/lang/Class;Lorg/aopalliance/intercept/Interceptor;)V
            aload 0 /* this */
            getfield org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean.beanClassLoader:Ljava/lang/ClassLoader;
            invokevirtual org.springframework.aop.framework.ProxyFactory.getProxy:(Ljava/lang/ClassLoader;)Ljava/lang/Object;
            putfield org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean.proxy:Ljava/lang/Object;
         4: .line 111
            return
        end local 0 // org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/springframework/ejb/access/SimpleRemoteStatelessSessionProxyFactoryBean;
    Exceptions:
      throws javax.naming.NamingException

  public java.lang.Object getObject();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean this
         0: .line 117
            aload 0 /* this */
            getfield org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean.proxy:Ljava/lang/Object;
            areturn
        end local 0 // org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/ejb/access/SimpleRemoteStatelessSessionProxyFactoryBean;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public java.lang.Class<?> getObjectType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean this
         0: .line 122
            aload 0 /* this */
            getfield org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean.businessInterface:Ljava/lang/Class;
            areturn
        end local 0 // org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/ejb/access/SimpleRemoteStatelessSessionProxyFactoryBean;
    Signature: ()Ljava/lang/Class<*>;

  public boolean isSingleton();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean this
         0: .line 127
            iconst_1
            ireturn
        end local 0 // org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/ejb/access/SimpleRemoteStatelessSessionProxyFactoryBean;
}
Signature: Lorg/springframework/ejb/access/SimpleRemoteSlsbInvokerInterceptor;Lorg/springframework/beans/factory/FactoryBean<Ljava/lang/Object;>;Lorg/springframework/beans/factory/BeanClassLoaderAware;
SourceFile: "SimpleRemoteStatelessSessionProxyFactoryBean.java"