Interface RequestDispatcher<RQ,​RS>

Type Parameters:
RQ - A type of the request this RequestDispatcher dispatches.
RS - A type of the response.
All Superinterfaces:
RequestProcessor<RQ,​RS>
All Known Implementing Classes:
RequestDispatcherByProcessorName, SimpleHttpRequestDispatcherByUrl, SimpleSpringHttpRequestDispatcherByUrl, SpringRequestDispatcher

@ThreadSafe
public interface RequestDispatcher<RQ,​RS>
extends RequestProcessor<RQ,​RS>
A special RequestProcessor that doesn't perform processing by itself but rather delegates it to a more specific RequestProcessor.