private static final class JavaResourceMethodDispatcherProvider.VoidOutInvoker extends JavaResourceMethodDispatcherProvider.AbstractMethodParamInvoker
ResourceMethodDispatcher.Provider
Constructor and Description |
---|
VoidOutInvoker(Invocable resourceMethod,
java.lang.reflect.InvocationHandler handler,
java.util.List<ParamValueFactoryWithSource<?>> valueProviders,
ConfiguredValidator validator) |
Modifier and Type | Method and Description |
---|---|
protected javax.ws.rs.core.Response |
doDispatch(java.lang.Object resource,
ContainerRequest containerRequest)
Dispatching functionality to be implemented by a concrete dispatcher
implementation sub-class.
|
getParamValues
dispatch, invoke, toString
public VoidOutInvoker(Invocable resourceMethod, java.lang.reflect.InvocationHandler handler, java.util.List<ParamValueFactoryWithSource<?>> valueProviders, ConfiguredValidator validator)
protected javax.ws.rs.core.Response doDispatch(java.lang.Object resource, ContainerRequest containerRequest) throws javax.ws.rs.ProcessingException
AbstractJavaResourceMethodDispatcher
doDispatch
in class AbstractJavaResourceMethodDispatcher
resource
- 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)