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.api.container Provides support for creating HTTP-based containers. 
com.sun.jersey.api.container.grizzly Provides support for creating Grizzly-based HTTP containers. 
com.sun.jersey.api.container.httpserver Provides support for creating a Light weight HTTP server HTTP container. 
com.sun.jersey.core.spi.component.ioc Provides support for IoC-based components. 
com.sun.jersey.spi.container Provides support for containers and the web application that manages resource classes. 
 

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.api.container
 

Methods in com.sun.jersey.api.container with parameters of type IoCComponentProviderFactory
static
<A> A
ContainerFactory.createContainer(java.lang.Class<A> type, ResourceConfig resourceConfig, IoCComponentProviderFactory factory)
          Create a container according to the class requested.
 

Uses of IoCComponentProviderFactory in com.sun.jersey.api.container.grizzly
 

Methods in com.sun.jersey.api.container.grizzly with parameters of type IoCComponentProviderFactory
static com.sun.grizzly.http.SelectorThread GrizzlyServerFactory.create(java.lang.String u, ResourceConfig rc, IoCComponentProviderFactory factory)
          Create a SelectorThread that registers an Adapter that in turn manages all root resource and provder classes declared by the resource configuration.
static com.sun.grizzly.http.SelectorThread GrizzlyServerFactory.create(java.net.URI u, ResourceConfig rc, IoCComponentProviderFactory factory)
          Create a SelectorThread that registers an Adapter that in turn manages all root resource and provder classes declared by the resource configuration.
 

Uses of IoCComponentProviderFactory in com.sun.jersey.api.container.httpserver
 

Methods in com.sun.jersey.api.container.httpserver with parameters of type IoCComponentProviderFactory
static com.sun.net.httpserver.HttpServer HttpServerFactory.create(java.lang.String u, ResourceConfig rc, IoCComponentProviderFactory factory)
          Create a HttpServer that registers a HttpHandler that in turn manages all root resource and provder classes declared by the resource configuration.
static com.sun.net.httpserver.HttpServer HttpServerFactory.create(java.net.URI u, ResourceConfig rc, IoCComponentProviderFactory factory)
          Create a HttpServer that registers a HttpHandler that in turn manages all root resource and provder classes declared by the resource configuration.
 

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, java.util.List<IoCComponentProviderFactory> factories)
           
 

Uses of IoCComponentProviderFactory in com.sun.jersey.spi.container
 

Methods in com.sun.jersey.spi.container with parameters of type IoCComponentProviderFactory
 void WebApplication.initiate(ResourceConfig resourceConfig, IoCComponentProviderFactory provider)
          Initiate the Web application.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.