Uses of Interface
com.sun.jersey.core.spi.component.ioc.IoCComponentProviderFactory

Packages that use IoCComponentProviderFactory
com.sun.jersey.api.client Provides support for client-side communication with HTTP-based RESTful Web services. 
com.sun.jersey.core.spi.component.ioc Provides support for IoC-based components. 
 

Uses of IoCComponentProviderFactory in com.sun.jersey.api.client
 

Methods in com.sun.jersey.api.client with parameters of type IoCComponentProviderFactory
static Client Client.create(ClientConfig cc, IoCComponentProviderFactory provider)
          Create a default client with client configuration and component provider.
 

Constructors in com.sun.jersey.api.client with parameters of type IoCComponentProviderFactory
Client(ClientHandler root, ClientConfig config, IoCComponentProviderFactory provider)
          Create a new instance with a client configuration and a component provider.
 

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

Constructors in com.sun.jersey.core.spi.component.ioc with parameters of type IoCComponentProviderFactory
IoCProviderFactory(InjectableProviderContext ipc, IoCComponentProviderFactory icpf)
           
 

Constructor parameters in com.sun.jersey.core.spi.component.ioc with type arguments of type IoCComponentProviderFactory
IoCProviderFactory(InjectableProviderContext ipc, List<IoCComponentProviderFactory> factories)
           
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.