Uses of Interface
org.jboss.injection.lang.reflect.BeanProperty

Packages that use BeanProperty
org.jboss.ejb3.stateless   
org.jboss.injection   
org.jboss.injection.lang.reflect   
 

Uses of BeanProperty in org.jboss.ejb3.stateless
 

Methods in org.jboss.ejb3.stateless that return BeanProperty
 BeanProperty StatelessBeanContext.getWebServiceContextProperty()
          Deprecated. 
 

Methods in org.jboss.ejb3.stateless with parameters of type BeanProperty
 void StatelessBeanContext.setWebServiceContextProperty(BeanProperty webServiceContextProperty)
          Deprecated. 
 

Uses of BeanProperty in org.jboss.injection
 

Fields in org.jboss.injection declared as BeanProperty
protected  BeanProperty AbstractPropertyInjector.property
           
 

Methods in org.jboss.injection with parameters of type BeanProperty
 I InjectorFactory.create(BeanProperty property)
           
 

Constructors in org.jboss.injection with parameters of type BeanProperty
AbstractPropertyInjector(BeanProperty property)
           
EJBContextPropertyInjector(BeanProperty property)
           
JndiPropertyInjector(BeanProperty property, String jndiName, Context ctx)
           
TimerServicePropertyInjector(BeanProperty property, Container container)
           
UserTransactionPropertyInjector(BeanProperty property, InjectionContainer container)
           
WebServiceContextPropertyInjector(BeanProperty property)
           
 

Uses of BeanProperty in org.jboss.injection.lang.reflect
 

Classes in org.jboss.injection.lang.reflect that implement BeanProperty
 class AbstractAccessibleObjectBeanProperty<T extends AccessibleObject>
          Makes sure that the accessible object is accessible.
 class FieldBeanProperty
          Morphes a field into a bean property.
 class MethodBeanProperty
          Morphs a setter method into a bean property.
 

Methods in org.jboss.injection.lang.reflect that return BeanProperty
static BeanProperty BeanPropertyFactory.create(AccessibleObject ao)
           
 



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.