Uses of Interface
org.glassfish.jersey.internal.inject.Module

Packages that use Module
org.glassfish.jersey.internal Common Jersey internal API classes. 
org.glassfish.jersey.internal.inject Common Jersey internal injection utility classes. 
org.glassfish.jersey.message.internal Common Jersey internal messaging classes. 
org.glassfish.jersey.process.internal Common Jersey internal processing classes. 
 

Uses of Module in org.glassfish.jersey.internal
 

Classes in org.glassfish.jersey.internal that implement Module
static class ContextResolverFactory.Module
          Injection binding module defining ContextResolverFactory and ContextResolvers bindings.
static class ExceptionMapperFactory.Module
          Exception mapper factory injection binding registration module.
static class JaxrsProviders.Module
          Jersey module registering Providers injection bindings.
static class ProviderBinder.ProviderBinderModule
          Module which registers ProviderBinder into the the HK2 services.
 class ServiceFinderModule<T>
          Simple ServiceFinder configuration module.
 

Uses of Module in org.glassfish.jersey.internal.inject
 

Classes in org.glassfish.jersey.internal.inject that implement Module
 class AbstractModule
          Skeleton implementation of injection module with convenience methods for binding definitions.
static class ContextInjectionResolver.Module
           
 class ProviderInstanceBindingModule<T>
          Module used for registering provider instances of provider type T in HK2.
 

Methods in org.glassfish.jersey.internal.inject with parameters of type Module
static ServiceLocator Utilities.create(java.lang.String name, ServiceLocator parent, Module... modules)
          Create a ServiceLocator.
 void AbstractModule.install(Module... modules)
          Adds all binding definitions from the modules to the binding configuration.
 

Uses of Module in org.glassfish.jersey.message.internal
 

Classes in org.glassfish.jersey.message.internal that implement Module
static class ExceptionWrapperInterceptor.Module
          Module registering the Exception Wrapper Interceptor (used on the client side).
static class MessageBodyFactory.Module
           
static class MessagingModules.HeaderDelegateProviders
           
static class MessagingModules.MessageBodyProviders
           
 

Uses of Module in org.glassfish.jersey.process.internal
 

Classes in org.glassfish.jersey.process.internal that implement Module
 class ProcessingModule
          Jersey processing framework bindings configuration module.
static class RequestScope.Module
           
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.