validate(TreeLogger logger, JClassType remoteService, JClassType remoteServiceAsync) Checks that for every method on the synchronous remote service interface
there is a corresponding asynchronous version in the asynchronous version
of the remote service.
Checks that for every method on the synchronous remote service interface
there is a corresponding asynchronous version in the asynchronous version
of the remote service. If the validation succeeds, a map of synchronous to
asynchronous methods is returned.
Parameters: logger - Parameters: remoteService - map of synchronous method to asynchronous method throws: UnableToCompleteException - if the asynchronouscom.google.gwt.user.client.rpc.RemoteService RemoteServicewas not found, or if it does not have an asynchronous methodversion of every synchronous one