Uses of Class
org.glassfish.jersey.server.model.AbstractResourceMethod

Packages that use AbstractResourceMethod
org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes. 
 

Uses of AbstractResourceMethod in org.glassfish.jersey.server.model
 

Subclasses of AbstractResourceMethod in org.glassfish.jersey.server.model
 class AbstractSubResourceMethod
          Abstraction for a sub-resource method defined by an URI path value, HTTP method and consumed/produced media type list.
 class InflectorBasedResourceMethod
          Models a dynamically created resource method.
 class ResourceMethod
          Abstraction for a resource method
 class SubResourceMethod
          Abstraction for a sub-resource method
 

Methods in org.glassfish.jersey.server.model that return types with arguments of type AbstractResourceMethod
 List<AbstractResourceMethod> ResourceClass.getResourceMethods()
          Provides a non-null list of resource methods available on the resource
 

Methods in org.glassfish.jersey.server.model with parameters of type AbstractResourceMethod
 void BasicValidator.checkMethod(AbstractResourceMethod method)
           
 



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