Uses of Class
org.apache.openejb.Injection

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

Uses of Injection in org.apache.openejb
 

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

Constructor parameters in org.apache.openejb with type arguments of type Injection
InjectionProcessor(Class<? extends T> beanClass, List<Injection> injections, List<Method> postConstructMethods, List<Method> preDestroyMethods, 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
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, List<Injection> injections, String moduleId, ClassLoader classLoader)
           
JndiEncBuilder(JndiEncInfo jndiEnc, List<Injection> injections, String transactionType, String moduleId, ClassLoader classLoader)
           
 

Uses of Injection in org.apache.openejb.core
 

Methods in org.apache.openejb.core that return types with arguments of type Injection
 List<Injection> CoreDeploymentInfo.getInjections()
           
 Collection<Injection> CoreWebDeploymentInfo.getInjections()
           
 Collection<Injection> WebDeploymentInfo.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 javax.xml.ws.Service> serviceClass, QName portQName, Class<?> referenceClass, URL wsdlUrl, List<PortRefData> portRefs, List<HandlerChainData> handlerChains, List<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, List<Injection> injections, Context context)
           
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.