Folks,I've added an initial implementation of ResponseDispatchImpl class into the implementation-java-runtime module.
This is required for any invocation of an async server method, since it forms the final parameter of any such method - it offers the route by which the service implementation returns the response message from the method - or a Fault/Exception.
Yours, Mike.
