public class StandaloneResourceInjectionService extends Object implements ResourceInjectionService
| Constructor and Description |
|---|
StandaloneResourceInjectionService(WebBeansContext webBeansContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
<X,T extends Annotation> |
getResourceReference(ResourceReference<X,T> resourceReference) |
protected WebBeansContext |
getWebBeansContext() |
void |
injectJavaEEResources(Object managedBeanInstance) |
<T> T |
readExternal(javax.enterprise.inject.spi.Bean<T> bean,
ObjectInput in)
delegation of serialization behavior
|
<T> void |
writeExternal(javax.enterprise.inject.spi.Bean<T> bean,
T actualResource,
ObjectOutput out)
delegation of serialization behavior
|
public StandaloneResourceInjectionService(WebBeansContext webBeansContext)
protected WebBeansContext getWebBeansContext()
public <X,T extends Annotation> X getResourceReference(ResourceReference<X,T> resourceReference)
getResourceReference in interface ResourceInjectionServicepublic void injectJavaEEResources(Object managedBeanInstance)
injectJavaEEResources in interface ResourceInjectionServicepublic void clear()
clear in interface ResourceInjectionServicepublic <T> void writeExternal(javax.enterprise.inject.spi.Bean<T> bean,
T actualResource,
ObjectOutput out)
throws IOException
writeExternal in interface ResourceInjectionServiceIOExceptionpublic <T> T readExternal(javax.enterprise.inject.spi.Bean<T> bean,
ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ResourceInjectionServiceIOExceptionClassNotFoundExceptionCopyright © 2008–2015 The Apache Software Foundation. All rights reserved.