com.sun.jersey.core.spi.component.ioc
Interface IoCComponentProcessorFactory


public interface IoCComponentProcessorFactory

A factory for obtaining IoCComponentProcessor instances.

Author:
Paul.Sandoz@Sun.Com

Method Summary
 IoCComponentProcessor get(java.lang.Class c, ComponentScope scope)
          Get a IoCComponentProcessor instance given a class and scope.
 

Method Detail

get

IoCComponentProcessor get(java.lang.Class c,
                          ComponentScope scope)
Get a IoCComponentProcessor instance given a class and scope.

Parameters:
c - the class.
scope - the scope.
Returns:
the IoC component processor or null if no processor is available for the class and scope.


Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved.