|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.server.ContainerMessageBodyWorkersInitializer
public class ContainerMessageBodyWorkersInitializer
Function that can be put to an acceptor chain to properly initialize
MessageBodyWorkers instance on a current request and response.
| Constructor Summary | |
|---|---|
ContainerMessageBodyWorkersInitializer(org.glassfish.hk2.Factory<MessageBodyWorkers> workersFactory)
Create new MessageBodyWorkers initialization function for requests
and responses. |
|
| Method Summary | |
|---|---|
JerseyContainerRequestContext |
apply(JerseyContainerRequestContext requestContext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.google.common.base.Function |
|---|
equals |
| Constructor Detail |
|---|
public ContainerMessageBodyWorkersInitializer(org.glassfish.hk2.Factory<MessageBodyWorkers> workersFactory)
MessageBodyWorkers initialization function for requests
and responses.
workersFactory - MessageBodyWorkers factory.| Method Detail |
|---|
public JerseyContainerRequestContext apply(JerseyContainerRequestContext requestContext)
apply in interface com.google.common.base.Function<JerseyContainerRequestContext,JerseyContainerRequestContext>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||