Package org.glassfish.jersey.internal
Common Jersey internal API classes.
-
Interface Summary Interface Description BootstrapConfigurator Configurator which contains two methods,BootstrapConfigurator.init(InjectionManager, BootstrapBag)containsInjectionManagerinto which only registering services make sense because injection manager has not been completed yet andBootstrapConfigurator.postInit(InjectionManager, BootstrapBag)in whichInjectionManagerhas been already completed and is able to create and provide services.PropertiesDelegate TODO: javadoc.PropertiesResolver Resolver of a property value for the specified propertynamefrom the request-specific property bag, or theglobal runtime configuration. -
Class Summary Class Description AbstractRuntimeDelegate An abstract implementation ofRuntimeDelegatethat provides support common to the client and server.AbstractServiceFinderConfigurator<T> Simple ServiceFinder configuration.AutoDiscoverableConfigurator Configurator which initializes and registerAutoDiscoverableinstances intoInjectionManagerandBootstrapBag.BootstrapBag A holder that is used only during Jersey bootstrap to keep the instances of the given types and then use them during the bootstrap.ContextResolverFactory A factory implementation for managingContextResolverinstances.ContextResolverFactory.ContextResolversConfigurator Configurator which initializes and registerContextResolversinstance intoInjectionManagerandBootstrapBag.DynamicFeatureConfigurator Registers JAX-RSDynamicFeaturewhich are listed as SPIs for registration.Errors Errors utility used to file processing messages (e.g.Errors.ErrorMessage Generic error message.ExceptionMapperFactory Exception mappersimplementation that aggregates exception mappers and server as the main entry point for exception mapper instance lookup.ExceptionMapperFactory.ExceptionMappersConfigurator Configurator which initializes and registerExceptionMappersinstance intoInjectionManagerandBootstrapBag.FeatureConfigurator Registers JAX-RSFeaturewhich are listed as SPIs for registration.InternalProperties Internal common (server/client) Jersey configuration properties.JaxrsProviders Jersey implementation of JAX-RSProviderscontract.JaxrsProviders.ProvidersConfigurator Configurator which initializes and registersProvidersinstance intoInjectionManagerandBootstrapBag.LocalizationMessages Defines string formatting method for each constant in the resource fileMapPropertiesDelegate Properties delegate backed by aMap.OsgiRegistry Utility class to deal with OSGi runtime specific behavior.RuntimeDelegateDecorator RuntimeDelegate Decorator that changes behaviour due to provided runtime information.RuntimeDelegateImpl Default implementation of JAX-RSRuntimeDelegate.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.ServiceFinderBinder<T> Simple ServiceFinder injection binder.Version Utility class for reading build.properties file. -
Exception Summary Exception Description Errors.ErrorMessagesException Error message exception. -
Error Summary Error Description ServiceConfigurationError Error thrown when something goes wrong while looking up service providers.