Why does SimpleHttpInvokerServiceExporter not implement HttpRequestHandler ? For this reason I can not use the HttpRequestHandlerServlet for remote communication, but have to use the HttpInvokerServiceExporter. But from the javadoc I got the impression that SimpleHttpInvokerServiceExporter is prefferable.

Is there a workaround to use SimpleHttpInvokerServiceExporter except creating your own subclass ??