Abstract base class for classes that export a remote service.
Provides "service" and "serviceInterface" bean properties.
Note that the service interface being used will show some signs of
remotability, like the granularity of method calls that it offers.
Furthermore, it has to have serializable arguments etc.
author: Juergen Hoeller since: 26.12.2003
public void setRegisterTraceInterceptor(boolean registerTraceInterceptor)(Code)
Set whether to register a RemoteInvocationTraceInterceptor for exported
services. Only applied when a subclass uses getProxyForService
for creating the proxy to expose.