net.customware.gwt.dispatch.client.secure
Interface SecureDispatchService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
AbstractSecureDispatchServlet, GuiceSecureDispatchServlet, SpringSecureDispatchServlet

@RemoteServiceRelativePath(value="dispatch")
public interface SecureDispatchService
extends com.google.gwt.user.client.rpc.RemoteService


Method Summary
 Result execute(String sessionId, Action<?> action)
           
 

Method Detail

execute

Result execute(String sessionId,
               Action<?> action)
               throws DispatchException
Throws:
DispatchException


Copyright © 2011 customware.net. All Rights Reserved.