class org.springframework.ejb.config.LocalStatelessSessionBeanDefinitionParser extends org.springframework.ejb.config.AbstractJndiLocatingBeanDefinitionParser
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.ejb.config.LocalStatelessSessionBeanDefinitionParser
  super_class: org.springframework.ejb.config.AbstractJndiLocatingBeanDefinitionParser
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.ejb.config.LocalStatelessSessionBeanDefinitionParser this
         0: .line 32
            aload 0 /* this */
            invokespecial org.springframework.ejb.config.AbstractJndiLocatingBeanDefinitionParser.<init>:()V
            return
        end local 0 // org.springframework.ejb.config.LocalStatelessSessionBeanDefinitionParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/ejb/config/LocalStatelessSessionBeanDefinitionParser;

  protected java.lang.String getBeanClassName(org.w3c.dom.Element);
    descriptor: (Lorg/w3c/dom/Element;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.springframework.ejb.config.LocalStatelessSessionBeanDefinitionParser this
        start local 1 // org.w3c.dom.Element element
         0: .line 36
            ldc "org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean"
            areturn
        end local 1 // org.w3c.dom.Element element
        end local 0 // org.springframework.ejb.config.LocalStatelessSessionBeanDefinitionParser this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/springframework/ejb/config/LocalStatelessSessionBeanDefinitionParser;
            0    1     1  element  Lorg/w3c/dom/Element;
    MethodParameters:
         Name  Flags
      element  
}
SourceFile: "LocalStatelessSessionBeanDefinitionParser.java"