net.customware.gwt.dispatch.server
Interface Dispatch

All Known Implementing Classes:
DefaultDispatch

public interface Dispatch


Method Summary
<A extends Action<R>,R extends Result>
R
execute(A action)
          Executes the specified action and returns the appropriate result.
 

Method Detail

execute

<A extends Action<R>,R extends Result> R execute(A action)
                         throws ActionException
Executes the specified action and returns the appropriate result.

Type Parameters:
T - The Result type.
Parameters:
action - The Action.
Returns:
The action's result.
Throws:
ActionException - if the action execution failed.


Copyright © 2009 customware.net. All Rights Reserved.