Uses of Interface
org.glassfish.jersey.spi.ExceptionMappers

Packages that use ExceptionMappers
org.glassfish.jersey.internal Common Jersey internal API classes. 
org.glassfish.jersey.process.internal Common Jersey internal processing classes. 
 

Uses of ExceptionMappers in org.glassfish.jersey.internal
 

Classes in org.glassfish.jersey.internal that implement ExceptionMappers
 class ExceptionMapperFactory
          Exception mappers implementation that aggregates exception mappers and server as the main entry point for exception mapper instance lookup.
 

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

Constructor parameters in org.glassfish.jersey.process.internal with type arguments of type ExceptionMappers
ResponseProcessor(InvocationCallback<DATA> callback, java.util.concurrent.Future<DATA> inflectedResponse, com.google.common.util.concurrent.SettableFuture<DATA> processedResponse, javax.inject.Provider<ResponseProcessor.RespondingContext<DATA>> respondingCtxProvider, RequestScope.Instance scopeInstance, RequestScope requestScope, javax.inject.Provider<ExceptionMappers> exceptionMappersProvider)
          Create new response processor for a given request / response message exchange.
 



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