| Interface | Description |
|---|---|
| AsyncContext |
Injectable asynchronous processing context that can be used to control various aspects
of asynchronous processing of a single request.
|
| Endpoint |
Server-side REST-ful endpoint.
|
| RespondingContext |
Injectable context that can be used during the data processing for
registering response processing functions that will be invoked during the
response processing.
|
| Class | Description |
|---|---|
| AsyncContext.Factory |
Asynchronous processing context injection factory. |
| Enum | Description |
|---|---|
| AsyncContext.State |
Asynchronous processing context state.
|
| Exception | Description |
|---|---|
| MappableException |
A runtime exception that contains a cause, a checked or runtime exception,
that may be mapped to a
Response instance. |
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.