com.sun.jersey.server.impl.model.method.dispatch
Class EntityParamDispatchProvider

java.lang.Object
  extended by com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider
      extended by com.sun.jersey.server.impl.model.method.dispatch.EntityParamDispatchProvider
All Implemented Interfaces:
ResourceMethodDispatchProvider

public class EntityParamDispatchProvider
extends AbstractResourceMethodDispatchProvider

Author:
Paul.Sandoz@Sun.Com

Constructor Summary
EntityParamDispatchProvider()
           
 
Method Summary
protected  InjectableValuesProvider getInjectableValuesProvider(AbstractResourceMethod abstractResourceMethod)
          Get the injectable values provider for an abstract resource method.
 
Methods inherited from class com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider
create, getInjectableProviderContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityParamDispatchProvider

public EntityParamDispatchProvider()
Method Detail

getInjectableValuesProvider

protected InjectableValuesProvider getInjectableValuesProvider(AbstractResourceMethod abstractResourceMethod)
Description copied from class: AbstractResourceMethodDispatchProvider
Get the injectable values provider for an abstract resource method.

Specified by:
getInjectableValuesProvider in class AbstractResourceMethodDispatchProvider
Parameters:
abstractResourceMethod - the abstract resource method.
Returns:
the injectable values provider, or null if no injectable values can be created for the parameters of the abstract resource method.


Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.