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

Packages that use Invocable
org.glassfish.jersey.server.internal.inject Jersey server-side JAX-RS injection support classes. 
org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes. 
org.glassfish.jersey.server.model.internal   
org.glassfish.jersey.server.spi.internal Jersey server-side internal service provider contract (SPI) classes. 
 

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

Methods in org.glassfish.jersey.server.internal.inject with parameters of type Invocable
 void ConfiguredValidator.validateResourceAndInputParams(Object resource, Invocable resourceMethod, Object[] args)
          Validates resource class instance and input parameters of the method.
 void ConfiguredValidator.validateResult(Object resource, Invocable resourceMethod, Object result)
          Validates response instance / response entity of the method.
 

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

Methods in org.glassfish.jersey.server.model that return Invocable
static Invocable Invocable.create(Class<? extends Inflector> inflectorClass)
          Create a new resource method invocable model backed by an inflector class.
static
<T> Invocable
Invocable.create(Inflector<javax.ws.rs.core.Request,T> inflector)
          Create a new resource method invocable model backed by an inflector instance.
static Invocable Invocable.create(MethodHandler handler, Method handlingMethod)
          Create a new resource method invocable model.
static Invocable Invocable.create(MethodHandler handler, Method handlingMethod, boolean encodedParameters)
          Create a new resource method invocable model.
static Invocable Invocable.create(MethodHandler handler, Method handlingMethod, Method validateMethod, 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 AbstractResourceModelVisitor.visitInvocable(Invocable invocable)
           
 

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

Methods in org.glassfish.jersey.server.model.internal with parameters of type Invocable
 InvocationHandler ResourceMethodInvocationHandlerFactory.create(Invocable resourceMethod)
           
 ResourceMethodDispatcher ResourceMethodDispatcherFactory.create(Invocable resourceMethod, InvocationHandler handler)
           
 

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

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



Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.