Uses of Class
com.sun.jersey.core.spi.component.ProviderFactory

Packages that use ProviderFactory
com.sun.jersey.core.spi.component Provides support for components. 
com.sun.jersey.core.spi.component.ioc Provides support for IoC-based components. 
com.sun.jersey.server.impl.application   
 

Uses of ProviderFactory in com.sun.jersey.core.spi.component
 

Methods in com.sun.jersey.core.spi.component that return ProviderFactory
 ProviderFactory ProviderServices.getComponentProviderFactory()
           
 

Constructors in com.sun.jersey.core.spi.component with parameters of type ProviderFactory
ProviderServices(ProviderFactory componentProviderFactory, java.util.Set<java.lang.Class<?>> providers, java.util.Set<?> providerInstances)
          Create the provider services.
 

Uses of ProviderFactory in com.sun.jersey.core.spi.component.ioc
 

Subclasses of ProviderFactory in com.sun.jersey.core.spi.component.ioc
 class IoCProviderFactory
          An extension of ProviderFactory that defers to an IoCComponentProviderFactory.
 

Uses of ProviderFactory in com.sun.jersey.server.impl.application
 

Methods in com.sun.jersey.server.impl.application with parameters of type ProviderFactory
 javax.ws.rs.core.Application DeferredResourceConfig.getApplication(ProviderFactory pf)
           
 



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