org.apache.webbeans.component.creation
Class MethodProducerFactory<P>

java.lang.Object
  extended by org.apache.webbeans.component.creation.MethodProducerFactory<P>
All Implemented Interfaces:
ProducerFactory<P>

public class MethodProducerFactory<P>
extends Object
implements ProducerFactory<P>


Constructor Summary
MethodProducerFactory(AnnotatedMethod<? super P> producerMethod, Bean<P> parent, WebBeansContext webBeansContext)
           
 
Method Summary
protected  Set<InjectionPoint> createInjectionPoints(Bean<?> bean)
           
<T> Producer<T>
createProducer(Bean<T> bean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodProducerFactory

public MethodProducerFactory(AnnotatedMethod<? super P> producerMethod,
                             Bean<P> parent,
                             WebBeansContext webBeansContext)
Method Detail

createProducer

public <T> Producer<T> createProducer(Bean<T> bean)
Specified by:
createProducer in interface ProducerFactory<P>

createInjectionPoints

protected Set<InjectionPoint> createInjectionPoints(Bean<?> bean)


Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.