com.sun.jersey.server.impl.application
Class ResourceMethodDispatcherFactory

java.lang.Object
  extended by com.sun.jersey.server.impl.application.ResourceMethodDispatcherFactory

public final class ResourceMethodDispatcherFactory
extends Object

Author:
Paul.Sandoz@Sun.Com

Constructor Summary
ResourceMethodDispatcherFactory(ProviderServices providerServices)
           
 
Method Summary
 RequestDispatcher getDispatcher(AbstractResourceMethod abstractResourceMethod)
           
 Set<ResourceMethodDispatchProvider> getDispatchers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceMethodDispatcherFactory

public ResourceMethodDispatcherFactory(ProviderServices providerServices)
Method Detail

getDispatchers

public Set<ResourceMethodDispatchProvider> getDispatchers()

getDispatcher

public RequestDispatcher getDispatcher(AbstractResourceMethod abstractResourceMethod)


Copyright © 2013 Oracle Corporation. All Rights Reserved.