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

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

public static class ResponseProcessor.Builder
extends Object

Response processor builder that enables "assisted" injection of response processor.


Constructor Summary
ResponseProcessor.Builder()
          Default constructor meant to be used by injection framework.
ResponseProcessor.Builder(RequestScope requestScope, ExceptionMapper<Throwable> exceptionMapper, org.glassfish.hk2.Factory<ResponseProcessor.RespondingContext> respondingCtxProvider, org.glassfish.hk2.Factory<StagingContext<javax.ws.rs.core.Response>> responseStagingCtxProvider)
           
 
Method Summary
 ResponseProcessor build(InvocationCallback callback)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseProcessor.Builder

public ResponseProcessor.Builder(RequestScope requestScope,
                                 ExceptionMapper<Throwable> exceptionMapper,
                                 org.glassfish.hk2.Factory<ResponseProcessor.RespondingContext> respondingCtxProvider,
                                 org.glassfish.hk2.Factory<StagingContext<javax.ws.rs.core.Response>> responseStagingCtxProvider)
Parameters:
requestScope -
exceptionMapper -
respondingCtxProvider -
responseStagingCtxProvider -

ResponseProcessor.Builder

public ResponseProcessor.Builder()
Default constructor meant to be used by injection framework.

Method Detail

build

public ResponseProcessor build(InvocationCallback callback)


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