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
 java.util.List<Injection> DeploymentInfo.getInjections()
           
 

Constructor parameters in org.apache.openejb with type arguments of type Injection
InjectionProcessor(java.lang.Class<? extends T> beanClass, java.util.List<Injection> injections, javax.naming.Context context)
           
InjectionProcessor(java.lang.Class<? extends T> beanClass, java.util.List<Injection> injections, java.util.List<java.lang.reflect.Method> postConstructMethods, java.util.List<java.lang.reflect.Method> preDestroyMethods, javax.naming.Context context)
           
InjectionProcessor(T suppliedInstance, java.util.List<Injection> injections, javax.naming.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
 java.util.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, java.util.Collection<Injection> injections, java.net.URL baseUrl, java.lang.ClassLoader classLoader)
           
 

Constructor parameters in org.apache.openejb.assembler.classic with type arguments of type Injection
JndiEncBuilder(JndiEncInfo jndiEnc, java.util.List<Injection> injections, java.lang.String moduleId, java.lang.ClassLoader classLoader)
           
JndiEncBuilder(JndiEncInfo jndiEnc, java.util.List<Injection> injections, java.lang.String transactionType, java.lang.String moduleId, java.lang.ClassLoader classLoader)
           
 

Uses of Injection in org.apache.openejb.core
 

Methods in org.apache.openejb.core that return types with arguments of type Injection
 java.util.List<Injection> CoreDeploymentInfo.getInjections()
           
 java.util.Collection<Injection> WebDeploymentInfo.getInjections()
           
 java.util.Collection<Injection> CoreWebDeploymentInfo.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(java.lang.String id, javax.xml.namespace.QName serviceQName, java.lang.Class<? extends javax.xml.ws.Service> serviceClass, javax.xml.namespace.QName portQName, java.lang.Class<?> referenceClass, java.net.URL wsdlUrl, java.util.List<PortRefData> portRefs, java.util.List<HandlerChainData> handlerChains, java.util.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
 java.util.List<Injection> PortData.getInjections()
           
 

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



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