private static class VoidVoidDispatcherProvider.VoidToVoidDispatcher extends AbstractJavaResourceMethodDispatcher
ResourceMethodDispatcher.Provider| Modifier | Constructor and Description |
|---|---|
private |
VoidToVoidDispatcher(Invocable resourceMethod,
java.lang.reflect.InvocationHandler handler,
ConfiguredValidator validator) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
doDispatch(java.lang.Object resource,
ContainerRequest containerRequest)
Dispatching functionality to be implemented by a concrete dispatcher
implementation sub-class.
|
dispatch, invoke, toStringprivate VoidToVoidDispatcher(Invocable resourceMethod, java.lang.reflect.InvocationHandler handler, ConfiguredValidator validator)
public javax.ws.rs.core.Response doDispatch(java.lang.Object resource,
ContainerRequest containerRequest)
throws javax.ws.rs.ProcessingException
AbstractJavaResourceMethodDispatcherdoDispatch in class AbstractJavaResourceMethodDispatcherresource - resource class instance.containerRequest - request to be dispatched.javax.ws.rs.ProcessingException - in case of a processing error.ResourceMethodDispatcher.dispatch(Object, org.glassfish.jersey.server.ContainerRequest)