Package org.glassfish.jersey.internal

Common Jersey internal API classes.

See:
          Description

Interface Summary
PropertiesDelegate TODO: javadoc.
 

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
MapPropertiesDelegate Properties delegate backed by a Map.
ProviderBinder Class used for registration of the custom providers into HK2 services.
ProviderBinder.ProviderBinderModule Module which registers ProviderBinder into the the HK2 services.
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.
 

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.