Uses of Interface
org.glassfish.jersey.process.internal.InvocationCallback

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

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

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

Constructors in org.glassfish.jersey.process.internal with parameters of type InvocationCallback
ResponseProcessor(RequestScope requestScope, InvocationCallback callback, org.glassfish.hk2.Factory<InvocationContext> invocationCtxProvider, org.glassfish.hk2.Factory<ResponseProcessor.RespondingContext> respondingCtxProvider, org.glassfish.hk2.Factory<StagingContext<javax.ws.rs.core.Response>> responseStagingCtxProvider, org.glassfish.hk2.Factory<ExceptionMappers> exceptionMappersProvider)
           
 



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