public class CdiResourceInjectionService extends Object implements org.apache.webbeans.spi.ResourceInjectionService
| Constructor and Description |
|---|
CdiResourceInjectionService(org.apache.webbeans.config.WebBeansContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
<X,T extends Annotation> |
getResourceReference(org.apache.webbeans.spi.api.ResourceReference<X,T> resourceReference) |
void |
injectJavaEEResources(Object managedBeanInstance) |
<T> T |
readExternal(javax.enterprise.inject.spi.Bean<T> bean,
ObjectInput out)
delegation of serialization behavior
|
void |
setAppContext(AppContext appModule) |
<T> void |
writeExternal(javax.enterprise.inject.spi.Bean<T> bean,
T actualResource,
ObjectOutput out)
delegation of serialization behavior
|
public CdiResourceInjectionService(org.apache.webbeans.config.WebBeansContext context)
public void setAppContext(AppContext appModule)
public <X,T extends Annotation> X getResourceReference(org.apache.webbeans.spi.api.ResourceReference<X,T> resourceReference)
getResourceReference in interface org.apache.webbeans.spi.ResourceInjectionServicepublic void injectJavaEEResources(Object managedBeanInstance)
injectJavaEEResources in interface org.apache.webbeans.spi.ResourceInjectionServicepublic void clear()
clear in interface org.apache.webbeans.spi.ResourceInjectionServicepublic <T> void writeExternal(javax.enterprise.inject.spi.Bean<T> bean,
T actualResource,
ObjectOutput out)
throws IOException
writeExternal in interface org.apache.webbeans.spi.ResourceInjectionServiceIOExceptionpublic <T> T readExternal(javax.enterprise.inject.spi.Bean<T> bean,
ObjectInput out)
throws IOException,
ClassNotFoundException
readExternal in interface org.apache.webbeans.spi.ResourceInjectionServiceIOExceptionClassNotFoundExceptionCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.