See: Description
| Interface | Description |
|---|---|
| ChainableStage<DATA> |
Linear acceptor that can be composed into a chain.
|
| Inflecting<DATA,RESULT> |
Interface that is used to indicate that the instance provides an
Inflector. |
| Stage<DATA> |
Data processing stage that can be used to create dynamic data processing chains.
|
| Stage.Builder<DATA> |
Linear stage chain builder.
|
| Class | Description |
|---|---|
| AbstractChainableStage<DATA> |
Abstract chainable linear acceptor.
|
| RequestExecutorFactory |
Request executors provider aggregator used by
client and server-side run-times to provide support for pluggable managed/async executor services. |
| RequestScope |
Scopes a single request/response processing execution on a single thread.
|
| RequestScope.Binder |
Request scope injection binder.
|
| RequestScope.Instance |
Implementation of the request scope instance.
|
| Stage.Continuation<DATA> |
Data processing stage continuation.
|
| Stages |
A stage-related collection of utility methods.
|
| Stages.LinkedStage<DATA> |
Linked linear stage implementation.
|
| Annotation Type | Description |
|---|---|
| RequestScoped |
Request scope binding annotation.
|
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.