private static final class JavaResourceMethodDispatcherProvider.SseEventSinkInvoker extends JavaResourceMethodDispatcherProvider.AbstractMethodParamInvoker
ResourceMethodDispatcher.Provider
Modifier and Type | Field and Description |
---|---|
private int |
parameterIndex |
Constructor and Description |
---|
SseEventSinkInvoker(Invocable resourceMethod,
java.lang.reflect.InvocationHandler handler,
java.util.List<ParamValueFactoryWithSource<?>> valueProviders,
ConfiguredValidator validator,
int parameterIndex) |
Modifier and Type | Method and Description |
---|---|
protected javax.ws.rs.core.Response |
doDispatch(java.lang.Object resource,
ContainerRequest request)
Dispatching functionality to be implemented by a concrete dispatcher
implementation sub-class.
|
getParamValues
dispatch, invoke, toString
SseEventSinkInvoker(Invocable resourceMethod, java.lang.reflect.InvocationHandler handler, java.util.List<ParamValueFactoryWithSource<?>> valueProviders, ConfiguredValidator validator, int parameterIndex)
protected javax.ws.rs.core.Response doDispatch(java.lang.Object resource, ContainerRequest request) throws javax.ws.rs.ProcessingException
AbstractJavaResourceMethodDispatcher
doDispatch
in class AbstractJavaResourceMethodDispatcher
resource
- resource class instance.request
- request to be dispatched.javax.ws.rs.ProcessingException
- in case of a processing error.ResourceMethodDispatcher.dispatch(Object, org.glassfish.jersey.server.ContainerRequest)