public final class MethodInjectionTarget extends InjectionTarget
| Constructor and Description |
|---|
MethodInjectionTarget(String className,
String name,
String paramType) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.invocation.InterceptorFactory |
createInjectionInterceptorFactory(Object targetContextKey,
Object valueContextKey,
org.jboss.msc.value.Value<ManagedReferenceFactory> factoryValue,
DeploymentUnit deploymentUnit,
boolean optional)
Get an interceptor factory which will carry out injection into this target.
|
equals, getClassName, getDeclaredValueClassName, getName, hashCodepublic org.jboss.invocation.InterceptorFactory createInjectionInterceptorFactory(Object targetContextKey, Object valueContextKey, org.jboss.msc.value.Value<ManagedReferenceFactory> factoryValue, DeploymentUnit deploymentUnit, boolean optional) throws DeploymentUnitProcessingException
InjectionTargetcreateInjectionInterceptorFactory in class InjectionTargettargetContextKey - the interceptor context key for the targetvalueContextKey - the interceptor context key for the valuefactoryValue - the value to injectdeploymentUnit - the deployment unitoptional - If this is an optional injectionDeploymentUnitProcessingException - if an error occursCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.