Class JavaResourceMethodDispatcherProvider.ObjectOutInvoker
- java.lang.Object
-
- org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher
-
- org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider.AbstractMethodParamInvoker
-
- org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider.ObjectOutInvoker
-
- All Implemented Interfaces:
ResourceMethodDispatcher
- Enclosing class:
- JavaResourceMethodDispatcherProvider
private static final class JavaResourceMethodDispatcherProvider.ObjectOutInvoker extends JavaResourceMethodDispatcherProvider.AbstractMethodParamInvoker
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.glassfish.jersey.server.spi.internal.ResourceMethodDispatcher
ResourceMethodDispatcher.Provider
-
-
Constructor Summary
Constructors Constructor Description ObjectOutInvoker(Invocable resourceMethod, java.lang.reflect.InvocationHandler handler, java.util.List<ParamValueFactoryWithSource<?>> valueProviders, ConfiguredValidator validator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider.AbstractMethodParamInvoker
getParamValues
-
Methods inherited from class org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher
dispatch, invoke, toString
-
-
-
-
Constructor Detail
-
ObjectOutInvoker
ObjectOutInvoker(Invocable resourceMethod, java.lang.reflect.InvocationHandler handler, java.util.List<ParamValueFactoryWithSource<?>> valueProviders, ConfiguredValidator validator)
-
-
Method Detail
-
doDispatch
protected javax.ws.rs.core.Response doDispatch(java.lang.Object resource, ContainerRequest containerRequest) throws javax.ws.rs.ProcessingException
Description copied from class:AbstractJavaResourceMethodDispatcher
Dispatching functionality to be implemented by a concrete dispatcher implementation sub-class.- Specified by:
doDispatch
in classAbstractJavaResourceMethodDispatcher
- Parameters:
resource
- resource class instance.containerRequest
- request to be dispatched.- Returns:
- response for the dispatched request.
- Throws:
javax.ws.rs.ProcessingException
- in case of a processing error.- See Also:
ResourceMethodDispatcher.dispatch(Object, org.glassfish.jersey.server.ContainerRequest)
-
-