rewrite-integration-cdi 1.0.5.Final

org.ocpsoft.rewrite.cdi
Class CdiServiceEnricher

java.lang.Object
  extended by org.ocpsoft.rewrite.cdi.manager.BeanManagerAware
      extended by org.ocpsoft.rewrite.cdi.CdiServiceEnricher
All Implemented Interfaces:
org.ocpsoft.common.spi.ServiceEnricher

public class CdiServiceEnricher
extends BeanManagerAware
implements org.ocpsoft.common.spi.ServiceEnricher

Author:
Lincoln Baxter, III

Constructor Summary
CdiServiceEnricher()
           
 
Method Summary
<T> void
enrich(T service)
           
<T> Collection<T>
produce(Class<T> type)
           
 
Methods inherited from class org.ocpsoft.rewrite.cdi.manager.BeanManagerAware
getBeanManager, getBeanManagerLocator, isBeanManagerAvailable, isBeanManagerInjected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CdiServiceEnricher

public CdiServiceEnricher()
Method Detail

produce

public <T> Collection<T> produce(Class<T> type)
Specified by:
produce in interface org.ocpsoft.common.spi.ServiceEnricher

enrich

public <T> void enrich(T service)
Specified by:
enrich in interface org.ocpsoft.common.spi.ServiceEnricher

rewrite-integration-cdi 1.0.5.Final

Copyright © 2012 OCPsoft. All Rights Reserved.