Uses of Interface
org.glassfish.jersey.server.model.InvocableResourceMethod

Packages that use InvocableResourceMethod
org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes. 
org.glassfish.jersey.server.spi.internal Jersey server-side internal service provider contract (SPI) classes. 
 

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

Classes in org.glassfish.jersey.server.model that implement InvocableResourceMethod
 class ResourceMethod
          Abstraction for a resource method
 class SubResourceMethod
          Abstraction for a sub-resource method
 

Methods in org.glassfish.jersey.server.model with parameters of type InvocableResourceMethod
 ResourceMethodInvoker ResourceMethodInvoker.Builder.build(InvocableResourceMethod method)
           
 

Constructors in org.glassfish.jersey.server.model with parameters of type InvocableResourceMethod
AbstractJavaResourceMethodDispatcher(InvocableResourceMethod resourceMethod, InvocationHandler methodHandler)
          Initialize common java resource method dispatcher structures.
 

Uses of InvocableResourceMethod in org.glassfish.jersey.server.spi.internal
 

Methods in org.glassfish.jersey.server.spi.internal with parameters of type InvocableResourceMethod
 InvocationHandler ResourceMethodInvocationHandlerProvider.create(InvocableResourceMethod method)
          Get the invocation handler for the invocable resource method.
 ResourceMethodDispatcher ResourceMethodDispatcher.Provider.create(InvocableResourceMethod method, InvocationHandler handler)
          Create a resource method dispatcher for a given invocable resource method.
 



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