org.apache.webbeans.component
Class SimpleProducerFactory<P>

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

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

Version:
$Rev: 1440403 $ $Date: 2013-01-30 14:27:15 +0100 (Mi, 30 Jan 2013) $

Constructor Summary
SimpleProducerFactory(Producer<?> producer)
           
 
Method Summary
<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

SimpleProducerFactory

public SimpleProducerFactory(Producer<?> producer)
Method Detail

createProducer

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


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