Uses of Interface
org.glassfish.jersey.process.internal.ResponseProcessor.RespondingContext

Packages that use ResponseProcessor.RespondingContext
org.glassfish.jersey.process.internal Common Jersey internal processing classes. 
 

Uses of ResponseProcessor.RespondingContext in org.glassfish.jersey.process.internal
 

Classes in org.glassfish.jersey.process.internal that implement ResponseProcessor.RespondingContext
 class DefaultRespondingContext<DATA>
          Default implementation of the request-scoped responding context.
 

Constructor parameters in org.glassfish.jersey.process.internal with type arguments of type ResponseProcessor.RespondingContext
ResponseProcessor(InvocationCallback<DATA> callback, java.util.concurrent.Future<DATA> inflectedResponse, com.google.common.util.concurrent.SettableFuture<DATA> processedResponse, org.glassfish.hk2.Factory<ResponseProcessor.RespondingContext<DATA>> respondingCtxProvider, RequestScope.Instance scopeInstance, RequestScope requestScope, org.glassfish.hk2.Factory<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.