Uses of Package
org.glassfish.jersey.server.spi.internal

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

Classes in org.glassfish.jersey.server.spi.internal used by org.glassfish.jersey.server.internal.inject
ValueFactoryProvider
          Parameter value factory SPI.
ValueFactoryProvider.PriorityType
          Priorities are intended to be used as a means to determine the order in which objects are considered whether they are suitable for a particular action or not (e.g.
 

Classes in org.glassfish.jersey.server.spi.internal used by org.glassfish.jersey.server.model.internal
ResourceMethodDispatcher
          A resource method dispatcher responsible for consuming a JAX-RS request by invoking the configured resource method on a given resource instance and returning the method invocation result in a form of a JAX-RS response.
ResourceMethodDispatcher.Provider
          Provider interface for creating a resource method dispatcher instances.
ResourceMethodInvocationHandlerProvider
          Provides the invocation handler instances designated to handle invocations of the supplied invocable resource methods.
 

Classes in org.glassfish.jersey.server.spi.internal used by org.glassfish.jersey.server.spi.internal
ResourceMethodDispatcher
          A resource method dispatcher responsible for consuming a JAX-RS request by invoking the configured resource method on a given resource instance and returning the method invocation result in a form of a JAX-RS response.
ValueFactoryProvider.Priority
          Enumeration of priorities for providers (e.g.
ValueFactoryProvider.PriorityType
          Priorities are intended to be used as a means to determine the order in which objects are considered whether they are suitable for a particular action or not (e.g.
 



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