com.sun.jersey.spi.container
Class ResourceMethodCustomInvokerDispatchFactory

java.lang.Object
  extended by com.sun.jersey.spi.container.ResourceMethodCustomInvokerDispatchFactory

public class ResourceMethodCustomInvokerDispatchFactory
extends java.lang.Object

Author:
japod

Constructor Summary
ResourceMethodCustomInvokerDispatchFactory()
           
 
Method Summary
static RequestDispatcher getDispatcher(AbstractResourceMethod abstractResourceMethod, JavaMethodInvoker invoker)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceMethodCustomInvokerDispatchFactory

public ResourceMethodCustomInvokerDispatchFactory()
Method Detail

getDispatcher

public static RequestDispatcher getDispatcher(AbstractResourceMethod abstractResourceMethod,
                                              JavaMethodInvoker invoker)


Copyright © 2011 Oracle Corporation. All Rights Reserved.