private static final class JavaResourceMethodDispatcherProvider.ObjectOutInvoker extends JavaResourceMethodDispatcherProvider.AbstractMethodParamInvoker
ResourceMethodDispatcher.Provider| Constructor and Description |
|---|
ObjectOutInvoker(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.
|
getParamValuesdispatch, invoke, toStringpublic ObjectOutInvoker(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
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)