org.jboss.webbeans.xml.registrator.bean.ext
Class NotSimpleBeanElementRegistrator

java.lang.Object
  extended by org.jboss.webbeans.xml.registrator.bean.impl.BeanElementRegistratorImpl
      extended by org.jboss.webbeans.xml.registrator.bean.ext.NotSimpleBeanElementRegistrator
All Implemented Interfaces:
BeanElementRegistrator
Direct Known Subclasses:
JmsResourceElementRegistrator, ResourceElementRegistrator, SessionBeanElementRegistrator

public abstract class NotSimpleBeanElementRegistrator
extends BeanElementRegistratorImpl


Field Summary
 
Fields inherited from class org.jboss.webbeans.xml.registrator.bean.impl.BeanElementRegistratorImpl
childrenChecker, environment, packagesMap
 
Constructor Summary
NotSimpleBeanElementRegistrator(BeanChildrenChecker childrenChecker)
           
 
Method Summary
protected  void checkElementDeclaration(org.dom4j.Element beanElement, AnnotatedClass<?> beanClass)
           
 
Methods inherited from class org.jboss.webbeans.xml.registrator.bean.impl.BeanElementRegistratorImpl
accept, register, registerBeanElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotSimpleBeanElementRegistrator

public NotSimpleBeanElementRegistrator(BeanChildrenChecker childrenChecker)
Method Detail

checkElementDeclaration

protected void checkElementDeclaration(org.dom4j.Element beanElement,
                                       AnnotatedClass<?> beanClass)
Specified by:
checkElementDeclaration in class BeanElementRegistratorImpl


Copyright © 2011. All Rights Reserved.