org.jvnet.hk2.osgiadapter
Class OsgiPopulatorPostProcessor

java.lang.Object
  extended by org.jvnet.hk2.osgiadapter.OsgiPopulatorPostProcessor
All Implemented Interfaces:
PopulatorPostProcessor

public class OsgiPopulatorPostProcessor
extends Object
implements PopulatorPostProcessor

A PopulatorPostProcessor that sets the HK2Loader prior to binding a descriptor

Author:
mason.taube@oracle.com

Method Summary
 DescriptorImpl process(DescriptorImpl descriptorImpl)
           
 void setServiceLocator(ServiceLocator serviceLocator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

process

public DescriptorImpl process(DescriptorImpl descriptorImpl)
Specified by:
process in interface PopulatorPostProcessor

setServiceLocator

public void setServiceLocator(ServiceLocator serviceLocator)
Specified by:
setServiceLocator in interface PopulatorPostProcessor


Copyright © 2012 Oracle Corporation. All Rights Reserved.