public interface RemoteInvocationService
RemoteInvocationService
, he technically sends a request to that server,
containing the invocation call data including the method-parameters. The server receives the request and
invokes the method on the service implementation. Then the server sends a response with the result of the
method back to the client. RemoteInvocationServiceCaller
Copyright © 2001–2016 mmm-Team. All rights reserved.