net.customware.gwt.dispatch.client.service
Interface DispatchService
- All Superinterfaces:
- com.google.gwt.user.client.rpc.RemoteService
- All Known Implementing Classes:
- DispatchServiceServlet
@RemoteServiceRelativePath(value="dispatch")
public interface DispatchService
- extends com.google.gwt.user.client.rpc.RemoteService
There currently seem to be GWT compliation 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 java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2009 customware.net. All Rights Reserved.