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.client.apache Provides support for the Client API that utilizes the Apache HTTP client to send and receive HTTP request and responses. 
com.sun.jersey.core.spi.component.ioc Provides support for IoC-based components. 
com.sun.jersey.guice.spi.container Provides support for Guice-based applications. 
com.sun.jersey.guice.spi.container.servlet Provides support for Guice-based Web applications. 
com.sun.jersey.server.impl.application   
com.sun.jersey.server.impl.component   
com.sun.jersey.server.impl.jcdi   
com.sun.jersey.simple.container   
com.sun.jersey.spi.container Provides support for containers and the web application that manages resource classes. 
com.sun.jersey.spi.spring.container Provides support for Spring-based applications. 
 

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.client.apache
 

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

Constructors in com.sun.jersey.client.apache with parameters of type IoCComponentProviderFactory
ApacheHttpClient(ApacheHttpClientHandler 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, java.util.List<IoCComponentProviderFactory> factories)
           
 

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

Classes in com.sun.jersey.guice.spi.container that implement IoCComponentProviderFactory
 class GuiceComponentProviderFactory
          The Guice-based IoCComponentProviderFactory.
 

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

Classes in com.sun.jersey.guice.spi.container.servlet that implement IoCComponentProviderFactory
 class GuiceContainer.ServletGuiceComponentProviderFactory
           
 

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

Methods in com.sun.jersey.server.impl.application with parameters of type IoCComponentProviderFactory
 void WebApplicationImpl.initiate(ResourceConfig rc, IoCComponentProviderFactory _provider)
           
 

Uses of IoCComponentProviderFactory in com.sun.jersey.server.impl.component
 

Constructor parameters in com.sun.jersey.server.impl.component with type arguments of type IoCComponentProviderFactory
IoCResourceFactory(ResourceConfig config, ServerInjectableProviderContext ipc, java.util.List<IoCComponentProviderFactory> factories)
           
 

Uses of IoCComponentProviderFactory in com.sun.jersey.server.impl.jcdi
 

Classes in com.sun.jersey.server.impl.jcdi that implement IoCComponentProviderFactory
 class JCDIComponentProviderFactory
           
 

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

Methods in com.sun.jersey.simple.container with parameters of type IoCComponentProviderFactory
static java.io.Closeable SimpleServerFactory.create(java.lang.String address, ResourceConfig config, IoCComponentProviderFactory factory)
          Create a Closeable that registers an Container that in turn manages all root resource and provder classes declared by the resource configuration.
static java.io.Closeable SimpleServerFactory.create(java.lang.String address, javax.net.ssl.SSLContext context, ResourceConfig config, IoCComponentProviderFactory factory)
          Create a Closeable that registers an Container that in turn manages all root resource and provder classes declared by the resource configuration.
static java.io.Closeable SimpleServerFactory.create(java.net.URI address, ResourceConfig config, IoCComponentProviderFactory factory)
          Create a Closeable that registers an Container that in turn manages all root resource and provder classes declared by the resource configuration.
static java.io.Closeable SimpleServerFactory.create(java.net.URI address, javax.net.ssl.SSLContext context, ResourceConfig config, IoCComponentProviderFactory factory)
          Create a Closeable that registers an Container that in turn manages all root resource and provder classes declared by the resource configuration.
 

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.
 

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

Classes in com.sun.jersey.spi.spring.container that implement IoCComponentProviderFactory
 class SpringComponentProviderFactory
          The Spring-based IoCComponentProviderFactory.
 



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