The {@link GwtCreateHandler} class used to create {@link RemoteService} sub-interface instances.It returns an asynchrone proxy of the service and handles the simulation of GWT-RPC serialization through a {@link GwtRpcInvocationHandler} and the exception management through a{@link GwtRpcExceptionHandler}.
Before delegating the remote service object instantiation to the abstract {@link RemoteServiceCreateHandler#findService(Class,String)} method, this class ensure that acorresponding async interface is available for the RemoteService subinterface to create.
@author Bertrand Paquet @author Gael Lazzari
|
|
|
|
|
|
|
|
|
|
|
|
|
|