org.glassfish.jersey.server.model
Class ResourceMethodInvoker

java.lang.Object
  extended by org.glassfish.jersey.server.model.ResourceMethodInvoker
All Implemented Interfaces:
Inflector<JerseyContainerRequestContext,JerseyContainerResponseContext>

public class ResourceMethodInvoker
extends java.lang.Object
implements Inflector<JerseyContainerRequestContext,JerseyContainerResponseContext>

Server-side request-response inflector for invoking methods of annotation-based resource classes.

Author:
Marek Potociar (marek.potociar at oracle.com)

Nested Class Summary
static class ResourceMethodInvoker.Builder
          Resource method invoker "assisted" injection helper.
 
Method Summary
 JerseyContainerResponseContext apply(JerseyContainerRequestContext requestContext)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

apply

public JerseyContainerResponseContext apply(JerseyContainerRequestContext requestContext)
Specified by:
apply in interface Inflector<JerseyContainerRequestContext,JerseyContainerResponseContext>

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.