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<Response> RequestInvoker.apply(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, RequestScope.Instance scopeInstance)
          Build a response processor for a given request scope instance and invocation callback.
 



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