The dispatcher class provides methods to produce and dispatch
a response object from a request object in a JavaFX environemnt, so
AbstractDispatcher.asyncDispatchInEDT(Request) will use the JavaFX application thread,
not the Swing EDT.
Because this implementation has no state, it may be used as
a static instance for dispatching.