Uses of Interface
org.glassfish.jersey.process.internal.RequestInvoker.Callback

Packages that use RequestInvoker.Callback
org.glassfish.jersey.process.internal Common Jersey internal processing classes. 
 

Uses of RequestInvoker.Callback in org.glassfish.jersey.process.internal
 

Classes in org.glassfish.jersey.process.internal that implement RequestInvoker.Callback
 class ResponseProcessor
          Processes result of the request transformation (successful or not).
 

Methods in org.glassfish.jersey.process.internal with parameters of type RequestInvoker.Callback
 com.google.common.util.concurrent.ListenableFuture<javax.ws.rs.core.Response> RequestInvoker.apply(javax.ws.rs.core.Request request, RequestInvoker.Callback callback)
          Transform request data of a given type into a response result of the different type.
 ResponseProcessor ResponseProcessor.Builder.build(RequestInvoker.Callback callback, com.google.common.util.concurrent.ListenableFuture<javax.ws.rs.core.Response> response, RequestInvoker.InvocationContext invocationContext, ExceptionMappers exceptionMappers)
           
 



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