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

java.lang.Object
  extended by org.glassfish.jersey.process.internal.RequestInvoker.Builder
Enclosing class:
RequestInvoker

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

Injection-enabled RequestInvoker instance builder.


Constructor Summary
RequestInvoker.Builder()
           
 
Method Summary
 RequestInvoker build(RequestProcessor requestProcessor)
          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 build(RequestProcessor requestProcessor)
Build a new request invoker configured to use the supplied request processor for processing requests.

Parameters:
requestProcessor - custom request processor.
Returns:
new request invoker instance.


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