Package ch.tocco.nice2.rest.core.impl
Class Nice2ResourceMethodInvocationHandlerProvider
java.lang.Object
ch.tocco.nice2.rest.core.impl.Nice2ResourceMethodInvocationHandlerProvider
- All Implemented Interfaces:
org.glassfish.jersey.server.spi.internal.ResourceMethodInvocationHandlerProvider
public class Nice2ResourceMethodInvocationHandlerProvider
extends Object
implements org.glassfish.jersey.server.spi.internal.ResourceMethodInvocationHandlerProvider
-
Constructor Summary
ConstructorDescriptionNice2ResourceMethodInvocationHandlerProvider
(List<ResourceMethodInvocationInterceptor> interceptors) -
Method Summary
Modifier and TypeMethodDescriptioncreate
(org.glassfish.jersey.server.model.Invocable resourceMethod)
-
Constructor Details
-
Nice2ResourceMethodInvocationHandlerProvider
public Nice2ResourceMethodInvocationHandlerProvider(List<ResourceMethodInvocationInterceptor> interceptors)
-
-
Method Details
-
create
- Specified by:
create
in interfaceorg.glassfish.jersey.server.spi.internal.ResourceMethodInvocationHandlerProvider
-