Package | Description |
---|---|
org.glassfish.jersey.server.model |
Jersey server-side application & resource modeling classes.
|
org.glassfish.jersey.server.model.internal |
Jersey server-side internal model related and routing helper classes.
|
Constructor and Description |
---|
ResourceMethodInvoker(ResourceMethodDispatcher.Provider dispatcherProvider,
ResourceMethodInvocationHandlerProvider invocationHandlerProvider,
ResourceMethod method,
ProcessingProviders processingProviders,
InjectionManager injectionManager,
javax.ws.rs.core.Configuration globalConfig,
ConfiguredValidator validator) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
JavaResourceMethodDispatcherProvider
An implementation of
ResourceMethodDispatcher.Provider that
creates instances of ResourceMethodDispatcher . |
class |
ResourceMethodDispatcherFactory
A resource method dispatcher provider factory.
|
(package private) class |
VoidVoidDispatcherProvider
Specific resource method dispatcher for dispatching requests to a void
Java method with no input arguments
using a supplied Java method invocation handler . |
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<ResourceMethodDispatcher.Provider> |
ResourceMethodDispatcherFactory.providers |
Constructor and Description |
---|
ResourceMethodDispatcherFactory(java.util.Collection<ResourceMethodDispatcher.Provider> providers) |