JBoss Modular Service Kernel API 1.0.0.Beta1

org.jboss.msc.service
Class MethodInjectionSource

java.lang.Object
  extended by org.jboss.msc.service.MethodInjectionSource

public class MethodInjectionSource
extends Object

Author:
John E. Bailey

Constructor Summary
MethodInjectionSource(Value<Method> methodValue, Value<?> targetValue, List<? extends Value<?>> parameteres)
           
 
Method Summary
protected
<T> Value<?>
getValue(Value<T> serviceValue, org.jboss.msc.service.ServiceBuilder<T> serviceBuilder, org.jboss.msc.service.ServiceContainerImpl container)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInjectionSource

public MethodInjectionSource(Value<Method> methodValue,
                             Value<?> targetValue,
                             List<? extends Value<?>> parameteres)
Method Detail

getValue

protected <T> Value<?> getValue(Value<T> serviceValue,
                                org.jboss.msc.service.ServiceBuilder<T> serviceBuilder,
                                org.jboss.msc.service.ServiceContainerImpl container)

JBoss Modular Service Kernel API 1.0.0.Beta1

Copyright © 2010 JBoss, a division of Red Hat, Inc.