net.customware.gwt.dispatch.client.standard
Interface StandardDispatchService
- All Superinterfaces:
- com.google.gwt.user.client.rpc.RemoteService
- All Known Implementing Classes:
- AbstractStandardDispatchServlet, GuiceStandardDispatchServlet, SpringStandardDispatchServlet
@RemoteServiceRelativePath(value="dispatch")
public interface StandardDispatchService
- extends com.google.gwt.user.client.rpc.RemoteService
There currently seem to be GWT compilation problems with services that use
generic templates in method parameters. As such, they are stripped here, but
added back into the Dispatch and DispatchAsync, which are
the interfaces that should be accessed by regular code.
Once GWT can compile templatized methods correctly, this should be merged
into a single pair of interfaces.
- Author:
- David Peterson
execute
Result execute(Action<?> action)
throws DispatchException
- Throws:
DispatchException
Copyright © 2011 customware.net. All Rights Reserved.