@Deprecated public class DefaultRequestDispatcher extends BaseRequestDispatcher<HandlerInput,Optional<com.amazon.ask.model.Response>> implements RequestDispatcher
RequestMapper
to find a
RequestHandlerChain
. A HandlerAdapter
is used to execute the discovered request handler type.
RequestInterceptor
and
ResponseInterceptor
instances may be configured globally on this dispatcher to be
executed for all requests. Interceptors set on the RequestHandlerChain
level are also
supported.
An ExceptionMapper
is used to find exception handlers in the event of an unhandled exception during
request processing.Modifier and Type | Class and Description |
---|---|
static class |
DefaultRequestDispatcher.Builder
Deprecated.
DefaultRequestDispatcher Builder.
|
Modifier and Type | Method and Description |
---|---|
static DefaultRequestDispatcher.Builder |
builder()
Deprecated.
Static method to build an instance of Builder.
|
dispatch, forTypes
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dispatch
public static DefaultRequestDispatcher.Builder builder()
BaseRequestDispatcher.Builder
.Copyright © Amazon.com, Inc. or its affiliates. All Rights Reserved.