Class ResourceMethodInvoker

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

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