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

Packages that use Invocable
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 Invocable in org.glassfish.jersey.server.model
 

Methods in org.glassfish.jersey.server.model that return Invocable
static Invocable Invocable.create(java.lang.Class<? extends Inflector> inflectorClass)
          Create a new resource method invocable model backed by an inflector class.
static
<T> Invocable
Invocable.create(Inflector<Request,T> inflector)
          Create a new resource method invocable model backed by an inflector instance.
static Invocable Invocable.create(MethodHandler handler, java.lang.reflect.Method handlingMethod)
          Create a new resource method invocable model.
static Invocable Invocable.create(MethodHandler handler, java.lang.reflect.Method handlingMethod, boolean encodedParameters)
          Create a new resource method invocable model.
 Invocable ResourceMethod.getInvocable()
          Get the invocable method model.
 

Methods in org.glassfish.jersey.server.model with parameters of type Invocable
 void ResourceModelVisitor.visitInvocable(Invocable invocable)
          Visit a single resource method invocable model.
 void BasicValidator.visitInvocable(Invocable invocable)
           
 

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

Methods in org.glassfish.jersey.server.spi.internal with parameters of type Invocable
 java.lang.reflect.InvocationHandler ResourceMethodInvocationHandlerProvider.create(Invocable method)
          Get the invocation handler for the invocable resource method.
 ResourceMethodDispatcher ResourceMethodDispatcher.Provider.create(Invocable method, java.lang.reflect.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.