Package org.glassfish.jersey.internal

Common Jersey internal API classes.

See:
          Description

Interface Summary
ServiceProviders.ServiceListener<T> Asynchronous callback interface for handling all the service providers of a given contract type.
 

Class Summary
AbstractRuntimeDelegate An abstract implementation of RuntimeDelegate that provides support common to the client and server.
ContextResolverFactory A factory implementation for managing ContextResolver instances.
ContextResolverFactory.Module Injection binding module defining ContextResolverFactory and ContextResolvers bindings.
ExceptionMapperFactory Exception mappers implementation that aggregates exception mappers and server as the main entry point for exception mapper instance lookup.
ExceptionMapperFactory.Module Exception mapper factory injection binding registration module.
JaxrsProviders Jersey implementation of JAX-RS Providers contract.
JaxrsProviders.Module Jersey module registering Providers injection bindings.
LocalizationMessages Defines string formatting method for each constant in the resource file
ServiceFinder<T> A simple service-provider lookup mechanism.
ServiceFinder.DefaultServiceIteratorProvider The default service iterator provider that looks up provider classes in META-INF/services files.
ServiceFinder.ServiceIteratorProvider Supports iteration of provider instances or classes.
ServiceFinderModule<T> Simple ServiceFinder configuration module.
ServiceProviders Combines access to custom provider classes and instances and providers registered via a HK2 module or Java Service Provider mechanism (META-INF/services).
ServiceProviders.Builder Service providers builder.
ServiceProvidersModule HK2 module that defines injection bindings for ServiceProviders contract as well as ServiceProviders contract reference.
 

Exception Summary
ExtractorException A runtime exception that contains a cause, a checked or runtime exception, that may be passed to the cause of a WebApplicationException.
MappableException A runtime exception that contains a cause, a checked or runtime exception, that may be mapped to a Response instance.
ProcessingException Runtime exception to be caught by the container.
 

Error Summary
ServiceConfigurationError Error thrown when something goes wrong while looking up service providers.
 

Package org.glassfish.jersey.internal Description

Common Jersey internal API classes.



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