org.glassfish.jersey.process.internal
Class RequestInvoker.Builder

java.lang.Object
  extended by org.glassfish.jersey.process.internal.RequestInvoker.Builder
Enclosing class:
RequestInvoker<REQUEST,RESPONSE>

public static final class RequestInvoker.Builder
extends java.lang.Object

Injection-enabled RequestInvoker instance builder.


Constructor Summary
RequestInvoker.Builder()
           
 
Method Summary
 RequestInvoker<Request,Response> build(Stage<Request> rootStage)
          Build a new request invoker configured to use the supplied request processor for processing requests.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestInvoker.Builder

public RequestInvoker.Builder()
Method Detail

build

public RequestInvoker<Request,Response> build(Stage<Request> rootStage)
Build a new request invoker configured to use the supplied request processor for processing requests.

Parameters:
rootStage - root processing stage.
Returns:
new request invoker instance.


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