Uses of Interface
com.sun.jersey.spi.container.JavaMethodInvoker

Packages that use JavaMethodInvoker
com.sun.jersey.spi.container Provides support for containers and the web application that manages resource classes. 
 

Uses of JavaMethodInvoker in com.sun.jersey.spi.container
 

Methods in com.sun.jersey.spi.container that return JavaMethodInvoker
static JavaMethodInvoker JavaMethodInvokerFactory.getDefault()
           
 

Methods in com.sun.jersey.spi.container with parameters of type JavaMethodInvoker
 RequestDispatcher ResourceMethodCustomInvokerDispatchProvider.create(AbstractResourceMethod abstractResourceMethod, JavaMethodInvoker invoker)
          Create a RequestDispatcher for a resource method of a resource.
 RequestDispatcher ResourceMethodCustomInvokerDispatchFactory.getDispatcher(AbstractResourceMethod abstractResourceMethod, JavaMethodInvoker invoker)
           
 



Copyright © 2014 Oracle Corporation. All Rights Reserved.