com.googlecode.jpattern.gwt.client.communication.direct
Interface IServerCallPostAction

All Superinterfaces:
IServerCallAction
All Known Implementing Classes:
NullServerCallGetAction

public interface IServerCallPostAction
extends IServerCallAction

Author:
Francesco Cina' 08/mag/2011

Method Summary
<T extends IWebResult,Z>
T
post(Class<T> resultClass, Class<Z> dataClass, String url, Z data)
           
 

Method Detail

post

<T extends IWebResult,Z> T post(Class<T> resultClass,
                                Class<Z> dataClass,
                                String url,
                                Z data)


Copyright © 2011. All Rights Reserved.