Uses of Class
org.apache.openejb.Injection

Packages that use Injection
org.apache.openejb   
org.apache.openejb.assembler.classic   
org.apache.openejb.cdi   
org.apache.openejb.core   
org.apache.openejb.core.ivm.naming   
org.apache.openejb.core.webservices   
org.apache.openejb.injection   
 

Uses of Injection in org.apache.openejb
 

Methods in org.apache.openejb that return types with arguments of type Injection
 List<Injection> BeanContext.getInjections()
           
 Collection<Injection> AppContext.getInjections()
           
 

Constructor parameters in org.apache.openejb with type arguments of type Injection
InjectionProcessor(Class<? extends T> beanClass, Collection<Injection> injections, Context context)
           
InjectionProcessor(Class<? extends T> beanClass, Collection<Injection> injections, List<Method> postConstructMethods, List<Method> preDestroyMethods, Context context)
           
InjectionProcessor(Class<? extends T> beanClass, Collection<Injection> injections, List<Method> postConstructMethods, List<Method> preDestroyMethods, Context context, Map<String,Object> bindings)
           
InjectionProcessor(T suppliedInstance, Collection<Injection> injections, Context context)
           
 

Uses of Injection in org.apache.openejb.assembler.classic
 

Methods in org.apache.openejb.assembler.classic that return types with arguments of type Injection
 List<Injection> InjectionBuilder.buildInjections(JndiEncInfo jndiEnc)
           
 

Method parameters in org.apache.openejb.assembler.classic with type arguments of type Injection
 HashMap<String,BeanContext> EjbJarBuilder.build(EjbJarInfo ejbJar, Collection<Injection> appInjections, ClassLoader classLoader)
           
 List<BeanContext> Assembler.initEjbs(ClassLoader classLoader, AppInfo appInfo, AppContext appContext, Set<Injection> injections, List<BeanContext> allDeployments, String webappId)
           
static PortData WsBuilder.toPortData(PortInfo port, Collection<Injection> injections, URL baseUrl, ClassLoader classLoader)
           
 

Constructor parameters in org.apache.openejb.assembler.classic with type arguments of type Injection
JndiEncBuilder(JndiEncInfo jndiEnc, Collection<Injection> injections, String transactionType, String moduleId, URI moduleUri, String uniqueId, ClassLoader classLoader)
           
JndiEncBuilder(JndiEncInfo jndiEnc, Collection<Injection> injections, String moduleId, URI moduleUri, String uniqueId, ClassLoader classLoader)
           
 

Uses of Injection in org.apache.openejb.cdi
 

Methods in org.apache.openejb.cdi that return types with arguments of type Injection
 List<Injection> CdiBeanInfo.getInjections()
           
 

Method parameters in org.apache.openejb.cdi with type arguments of type Injection
 void CdiBeanInfo.setInjections(List<Injection> injections)
           
 

Uses of Injection in org.apache.openejb.core
 

Methods in org.apache.openejb.core that return types with arguments of type Injection
 Collection<Injection> WebContext.getInjections()
           
 

Uses of Injection in org.apache.openejb.core.ivm.naming
 

Constructor parameters in org.apache.openejb.core.ivm.naming with type arguments of type Injection
JaxWsServiceReference(String id, QName serviceQName, Class<? extends Service> serviceClass, QName portQName, Class<?> referenceClass, URL wsdlUrl, List<PortRefData> portRefs, List<HandlerChainData> handlerChains, Collection<Injection> injections)
           
 

Uses of Injection in org.apache.openejb.core.webservices
 

Methods in org.apache.openejb.core.webservices that return types with arguments of type Injection
 List<Injection> PortData.getInjections()
           
 

Constructor parameters in org.apache.openejb.core.webservices with type arguments of type Injection
HandlerResolverImpl(List<HandlerChainData> handlerChains, Collection<Injection> injections, Context context)
           
 

Uses of Injection in org.apache.openejb.injection
 

Methods in org.apache.openejb.injection with parameters of type Injection
 Object FallbackPropertyInjector.getValue(Injection prefix)
           
 



Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.