See: Description
| 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 |
Context that can be used during the data processing for registering response
processing stages and/or functions that will be invoked during the response processing
to transform the response before it is written to the client.
|
| Class | Description |
|---|---|
| ReferencesInitializer |
Request/response scoped injection support initialization stage.
|
| RequestProcessingContext |
Request processing context.
|
| ServerProcessingBinder |
Defines server-side request processing injection bindings.
|
| 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-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.