| Package | Description |
|---|---|
| org.glassfish.jersey.message.internal |
Common Jersey internal messaging classes.
|
| org.glassfish.jersey.server |
Jersey server-side classes.
|
| org.glassfish.jersey.server.internal.inject |
Jersey server-side JAX-RS injection support classes.
|
| org.glassfish.jersey.server.internal.process | |
| org.glassfish.jersey.server.spi |
Jersey server-side service provider contract (SPI) classes.
|
| org.glassfish.jersey.server.spi.internal |
Jersey server-side internal service provider contract (SPI) classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HeaderValueException
Processing exception indicating that an attempt to
read a value of a header failed. |
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerException
Exception thrown by the container components in to notify Jersey runtime about
any errors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExtractorException
A runtime exception that contains a cause, a checked or runtime exception,
that may be passed to the cause of a
WebApplicationException. |
| Modifier and Type | Class and Description |
|---|---|
class |
MappableException
A runtime exception that contains a cause, a checked or runtime exception,
that may be mapped to a
Response instance. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ContainerProvider.createContainer(Class<T> type,
ApplicationHandler appHandler)
Create an container of a given type.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
ResourceMethodDispatcher.dispatch(Object resource,
Request request)
Reflectively dispatch a request to the underlying
invocable resource method via the configured invocation handler using the provided resource class instance. |
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.