Class ResourceMethodInvoker

java.lang.Object
org.glassfish.jersey.server.model.ResourceMethodInvoker
All Implemented Interfaces:
ResourceInfo, Inflector<org.glassfish.jersey.server.internal.process.RequestProcessingContext,ContainerResponse>, org.glassfish.jersey.server.internal.process.Endpoint

public class ResourceMethodInvoker extends Object implements org.glassfish.jersey.server.internal.process.Endpoint, ResourceInfo
Server-side request-response inflector for invoking methods of annotation-based resource classes.
Author:
Marek Potociar, Martin Matula